Skip to content

Commit

Permalink
fix: push refs and tags on release
Browse files Browse the repository at this point in the history
  • Loading branch information
bellackn committed Mar 25, 2024
1 parent d1441e1 commit 2401c78
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Justfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,6 @@ release version: lint test
git add .
git commit -m 'feat: update crate to version {{version}}'
git tag -a -s -m 'release version {{version}}' {{version}}
git push
git push --tags

0 comments on commit 2401c78

Please sign in to comment.