Skip to content

Commit

Permalink
build: change versioning strategy (#64)
Browse files Browse the repository at this point in the history
* build: change versioning strategy

* build: include changelog
  • Loading branch information
netr0m authored Oct 21, 2024
1 parent 6411902 commit f7caa1e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ archives:
files:
- LICENSE
- README.md
- CHANGELOG.md

checksum:
name_template: '{{ .ProjectName }}-{{ .Version }}-checksums.txt'
Expand Down
1 change: 1 addition & 0 deletions release-please-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"release-type": "go",
"bump-minor-pre-major": false,
"bump-patch-for-minor-pre-major": false,
"versioning": "always-bump-minor",
"changelog-sections": [
{
"type": "feat",
Expand Down

0 comments on commit f7caa1e

Please sign in to comment.