diff --git a/.goreleaser.yml b/.goreleaser.yml index 42b56c4..67be159 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -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: diff --git a/release-please-config.json b/release-please-config.json new file mode 100644 index 0000000..47c00b3 --- /dev/null +++ b/release-please-config.json @@ -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" +}