Skip to content

Commit

Permalink
Automatically bump version after release
Browse files Browse the repository at this point in the history
  • Loading branch information
Wilfred committed Aug 16, 2023
1 parent 191f42e commit 8ac4398
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions justfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,5 @@ release:
VERSION=$(cargo metadata --format-version=1 | jq -r '.packages | .[] | select(.name == "difftastic") | .version')
git tag $VERSION
git push --tags

cargo set-version --bump minor

0 comments on commit 8ac4398

Please sign in to comment.