Skip to content

Commit 476b484

Browse files
committed
Add agent config
1 parent b4115db commit 476b484

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.opencode/agent/new-release.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)