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 d609f23 commit dceacd5Copy full SHA for dceacd5
1 file changed
AGENTS.md
@@ -52,3 +52,10 @@ ruff check .
52
53
1. Title format: use conventional commit messages
54
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