Skip to content

Commit dceacd5

Browse files
committed
docs: update release version instructions in AGENTS.md
1 parent d609f23 commit dceacd5

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

AGENTS.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,3 +52,10 @@ ruff check .
5252

5353
1. Title format: use conventional commit messages
5454
2. Use English to write PR title and descriptions.
55+
56+
## Release versions
57+
58+
1. Replace current version name to specific version name.
59+
2. Write changelog in `changelogs/`, you can refer to the full commit messages between the latest tag to the latest commit.
60+
3. Make and push a commit into master branch with message format like: `chore: bump version to 4.25.0`
61+
4. Create a tag and push the tag. For example: `git tag v4.25.0 && git push origin v4.25.0`

0 commit comments

Comments
 (0)