Skip to content

Commit

Permalink
Tweak bump.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
nuxeh committed Dec 4, 2021
1 parent a1ce0ee commit 4d8f83d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bump.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ cd aocf_cli
cargo build || exit

# requires `git-journal` -> `cargo install git-journal`
git journal -o CHANGELOG.md
#git journal -o CHANGELOG.md

cd ..
git commit Cargo.toml aocf_cli/Cargo.toml aocf_cli/Cargo.lock -m "Bump v$FROM → v$TO"
git commit Cargo.toml aocf_cli/Cargo.toml aocf_cli/Cargo.lock CHANGELOG.md -m "Bump v$FROM → v$TO"
git tag "v$TO"

0 comments on commit 4d8f83d

Please sign in to comment.