Skip to content

Commit

Permalink
fix(sho-hata/tparagen): follow up changes of tparagen v1.1.1 (#19860)
Browse files Browse the repository at this point in the history
  • Loading branch information
suzuki-shunsuke committed Feb 10, 2024
1 parent 89ab5bb commit 5762b22
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 9 deletions.
4 changes: 3 additions & 1 deletion pkgs/sho-hata/tparagen/pkg.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
packages:
- name: sho-hata/tparagen@v1.1.0
- name: sho-hata/tparagen@v1.1.1
- name: sho-hata/tparagen
version: v1.1.0
- name: sho-hata/tparagen
version: v1.0.0
15 changes: 11 additions & 4 deletions pkgs/sho-hata/tparagen/registry.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,7 @@ packages:
description: tparagen inserts `testing.T.Parallel()` in a test function in a specific source file or in an entire directory
version_constraint: "false"
version_overrides:
- version_constraint: Version == "v1.1.0"
type: go_install
path: github.com/sho-hata/tparagen/cmd/tparagen
- version_constraint: "true"
- version_constraint: semver("<= 1.0.0")
asset: tparagen_{{trimV .Version}}_{{.OS}}_{{.Arch}}.{{.Format}}
format: tar.gz
replacements:
Expand All @@ -20,3 +17,13 @@ packages:
type: github_release
asset: checksums.txt
algorithm: sha256
- version_constraint: Version == "v1.1.0"
type: go_install
path: github.com/sho-hata/tparagen/cmd/tparagen
- version_constraint: "true"
asset: tparagen_{{trimV .Version}}_{{.OS}}_{{.Arch}}.{{.Format}}
format: tar.gz
checksum:
type: github_release
asset: checksums.txt
algorithm: sha256
15 changes: 11 additions & 4 deletions registry.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 5762b22

Please sign in to comment.