Skip to content

Commit

Permalink
Merge pull request #2 from vincenthsh/fix-release-please-config
Browse files Browse the repository at this point in the history
fix: missing release-please manifest
  • Loading branch information
vincenthsh authored May 9, 2024
2 parents 92081fd + 8dc868c commit 017a527
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ builds:
- CGO_ENABLED=0
goos:
- darwin
# - linux
- linux
goarch:
- amd64
# - arm64
- arm64
ldflags:
- "-w -s -X github.com/gravitational/gamma/cmd.versionStr={{.Version}}"
archives:
Expand Down
13 changes: 13 additions & 0 deletions release-please-config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"packages": {
".": {
"changelog-path": "CHANGELOG.md",
"release-type": "simple",
"bump-minor-pre-major": true,
"bump-patch-for-minor-pre-major": true,
"draft": false,
"prerelease": false
}
},
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json"
}

0 comments on commit 017a527

Please sign in to comment.