Skip to content

Commit

Permalink
chore: update goreleaser config to handle existing assets
Browse files Browse the repository at this point in the history
  • Loading branch information
kuhahalong committed Dec 18, 2024
1 parent ad612cb commit e72b3c6
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,21 @@ changelog:
- '^docs:'
- '^test:'
- '^ci:'
- '^chore:'
- '^chore:'

release:
mode: replace
draft: false
prerelease: auto
header: |
## RunShell {{.Tag}} ({{ .Date }})
This release includes various improvements and bug fixes.
footer: |
## Thanks!
For more information, please visit [runshell](https://github.com/iamlongalong/runshell)
extra_files:
- glob: ./README.md
- glob: ./LICENSE*

0 comments on commit e72b3c6

Please sign in to comment.