-
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
hotfix(goreleaser) upgrade gorelease setup for v2.x. Fixup of d2f1cf2.
- Followed instruction at https://goreleaser.com/blog/goreleaser-v2/#upgrading - Command `goreleaser check` is now successful Signed-off-by: Damien Duportal <[email protected]>
- Loading branch information
Showing
2 changed files
with
6 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,6 @@ | ||
--- | ||
version: 2 | ||
|
||
env: | ||
- GO111MODULE=on | ||
- CGO_ENABLED=0 | ||
|
@@ -52,23 +54,22 @@ checksum: | |
algorithm: sha256 | ||
|
||
changelog: | ||
skip: false | ||
disable: false | ||
|
||
release: | ||
draft: false | ||
prerelease: false | ||
name_template: "{{.Tag}}" | ||
|
||
brews: | ||
- name: jv | ||
tap: | ||
repository: | ||
owner: jenkins-infra | ||
name: homebrew-tap | ||
token: "{{ .Env.GITHUB_TOKEN }}" | ||
commit_author: | ||
name: jenkins-infra | ||
email: [email protected] | ||
folder: Formula | ||
directory: Formula | ||
description: "Determine a Jenkins Version" | ||
homepage: https://github.com/jenkins-infra/jenkins-version | ||
install: | | ||
|