Skip to content

Commit

Permalink
chore: add git commands to bump-release
Browse files Browse the repository at this point in the history
  • Loading branch information
goweiwen committed Jun 27, 2023
1 parent 62c18d6 commit 82c4290
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -54,3 +54,10 @@ bump-version: lint
sed -i "s/^version = \".*\"/version = \"$(version)\"/" alliumd/Cargo.toml
sed -i "s/^version = \".*\"/version = \"$(version)\"/" common/Cargo.toml
cargo check
git add allium-launcher/Cargo.toml
git add allium-menu/Cargo.toml
git add alliumd/Cargo.toml
git add common/Cargo.toml
git add Cargo.lock
git commit -m "chore: bump version to v$(version)"
git tag "v$(version)" -a

0 comments on commit 82c4290

Please sign in to comment.