We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad612cb commit e72b3c6Copy full SHA for e72b3c6
.goreleaser.yml
@@ -49,4 +49,21 @@ changelog:
49
- '^docs:'
50
- '^test:'
51
- '^ci:'
52
- - '^chore:'
+ - '^chore:'
53
+
54
+release:
55
+ mode: replace
56
+ draft: false
57
+ prerelease: auto
58
+ header: |
59
+ ## RunShell {{.Tag}} ({{ .Date }})
60
61
+ This release includes various improvements and bug fixes.
62
+ footer: |
63
+ ## Thanks!
64
65
+ For more information, please visit [runshell](https://github.com/iamlongalong/runshell)
66
67
+ extra_files:
68
+ - glob: ./README.md
69
+ - glob: ./LICENSE*
0 commit comments