Skip to content

Commit 445545b

Browse files
committed
chore: add create_release_pr command
Signed-off-by: Kun Lai <laikun@linux.alibaba.com>
1 parent 7f738ba commit 445545b

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
type: project_command
3+
description: create a bump version commit and a release-xxx pr for reviewing
4+
---
5+
6+
Please create a new branch (named in the format release-xxx) on the current HEAD, then bump the software version to the version number specified by this command (modifications are required in both cargo.toml and .spec files. For the .spec file, you also need to update the changelog using the correct date of the day (you should get this via the date command). The changelog should be created based on the commit differences between the current and previous versions, excluding any commits that don't belong to this branch). Then use the cargo command to update the version number in cargo.lock. Finally, please create a commit named "chore: bump version to xxxx". Then create a PR and submit it to GitHub for my review. That's it.

0 commit comments

Comments
 (0)