Skip to content

Commit

Permalink
chore(tooling): Simplify push to send branch and tag in sync
Browse files Browse the repository at this point in the history
  • Loading branch information
alerque committed Sep 26, 2024
1 parent 158928b commit 2915434
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Justfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@ release semver: pristine
git add action.yml README.md rockspecs/fontproof-{{semver}}-1.rockspec
git commit -m "chore: Release {{semver}}"
git tag v{{semver}}
git push upstream v{{semver}}
git push upstream master
git push --atomic upstream master v{{semver}}
luarocks pack rockspecs/fontproof-{{semver}}-1.rockspec
gh release create v{{semver}} -t "FontProof v{{semver}}" fontproof-{{semver}}-1.src.rock

Expand Down

0 comments on commit 2915434

Please sign in to comment.