Skip to content

Commit

Permalink
build: INFENG-943: GoReleaser configure prerelease (#10146)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidfluck-hpe authored Oct 29, 2024
1 parent 4e374c3 commit 983a8ab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions helm/.goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ release:
extra_files:
- glob: build/determined-latest.tgz
name_template: "determined-helm-chart_{{ .Env.VERSION }}.tgz"
prerelease: auto

# be sure to keep this in sync between agent/master/helm
# the "include" functionality is only in the pro version
Expand Down
1 change: 1 addition & 0 deletions helm/.goreleaser_ee.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ release:
extra_files:
- glob: build/determined-latest.tgz
name_template: "determined-helm-chart_{{ .Env.VERSION }}.tgz"
prerelease: auto

# be sure to keep this in sync between agent/master/helm
# the "include" functionality is only in the pro version
Expand Down

0 comments on commit 983a8ab

Please sign in to comment.