Skip to content

Commit

Permalink
feat: Creating Go releases
Browse files Browse the repository at this point in the history
  • Loading branch information
bzarboni1 committed May 24, 2024
1 parent 6ca7075 commit 01b0585
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,22 @@ changelog:
exclude:
- "^docs:"
- "^test:"

release:
mode: replace
replace_existing_artifacts: true
# Header for the release body.
#
# Templates: allowed
header: |
## GitHub Foundations CLI ({{ .Date }})
The latest release of the GitHub Foundations CLI.
# Footer for the release body.
#
# Templates: allowed
footer: |
## Thanks
Changes for tag: {{ .Tag }}!

0 comments on commit 01b0585

Please sign in to comment.