Skip to content

Commit

Permalink
add version to CI configs
Browse files Browse the repository at this point in the history
  • Loading branch information
CybersShell committed Nov 20, 2024
1 parent e73bd9f commit ea676fe
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .goreleaser/gitea.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
version: 2
before:
hooks:
# You may remove this if you don't use go modules.
Expand Down
1 change: 1 addition & 0 deletions .goreleaser/github.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# This is an example .goreleaser.yml file with some sensible defaults.
# Make sure to check the documentation at https://goreleaser.com
version: 2
before:
hooks:
# You may remove this if you don't use go modules.
Expand Down
2 changes: 1 addition & 1 deletion .woodpecker/gitea.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
steps:
release:
image: goreleaser/goreleaser
image: goreleaser/goreleaser:2
commands:
- goreleaser release -f .goreleaser/gitea.yml --release-notes=".changes/$(go run backy.go version -V).md"
secrets: [ gitea_token ]
Expand Down

0 comments on commit ea676fe

Please sign in to comment.