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 b4115db commit 476b484Copy full SHA for 476b484
.opencode/agent/new-release.md
@@ -0,0 +1,10 @@
1
+---
2
+description: Create a new release for this application, bumping the version and updating the changelog
3
4
+
5
+When asked to create a new release, you need to:
6
+- Make sure `make test` passes without errors
7
+- Bump the version number in internal/cmd/root.go: if you find `var Version = "0.1.3"` change to `var Version = "0.1.4"`
8
+- Update the changelog writing a short summary of the changes since last release (with bullet points)
9
+- do `git tag v<version>` (use the version you just bumped to in the `root.go`)
10
+- do `git push origin v<version>`
0 commit comments