mirror of
https://github.com/arl/gitmux.git
synced 2026-09-09 23:16:28 -04:00
Fix/goreleaser version (#118)
* .gitignore: add gitmux * goreleaser: upgrade from v1 to v2
This commit is contained in:
parent
bb31d3084e
commit
2e50ec1adb
4
.github/workflows/ci-cd.yaml
vendored
4
.github/workflows/ci-cd.yaml
vendored
|
|
@ -29,10 +29,10 @@ jobs:
|
|||
with:
|
||||
go-version: "1.20.x"
|
||||
- name: Run GoReleaser
|
||||
uses: goreleaser/goreleaser-action@v2
|
||||
uses: goreleaser/goreleaser-action@v6
|
||||
with:
|
||||
distribution: goreleaser
|
||||
version: latest
|
||||
version: "~> v2"
|
||||
args: release --clean
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
|
||||
|
|
|
|||
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -1 +1,2 @@
|
|||
dist
|
||||
gitmux
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
version: 2
|
||||
before:
|
||||
hooks:
|
||||
- go mod tidy
|
||||
|
|
@ -20,7 +21,6 @@ archives:
|
|||
files:
|
||||
- LICENSE
|
||||
- README.md
|
||||
rlcp: true
|
||||
checksum:
|
||||
name_template: "checksums.txt"
|
||||
snapshot:
|
||||
|
|
@ -39,9 +39,8 @@ brews:
|
|||
license: "MIT"
|
||||
url_template: "https://github.com/arl/gitmux/releases/download/{{ .Tag }}/{{ .ArtifactName }}"
|
||||
commit_msg_template: "Brew formula update for {{ .ProjectName }} version {{ .Tag }}"
|
||||
folder: Formula
|
||||
skip_upload: false
|
||||
tap:
|
||||
repository:
|
||||
owner: arl
|
||||
name: homebrew-arl
|
||||
branch: main
|
||||
|
|
|
|||
Loading…
Reference in a new issue