Skip to content

Commit

Permalink
Update Justfile
Browse files Browse the repository at this point in the history
  • Loading branch information
AdrianEddy committed Oct 22, 2024
1 parent b8eb804 commit 55ac548
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 @@ -38,6 +38,7 @@ publish version:
sed -i'' -E "0,/version = \"[0-9\.a-z-]+\"/s//version = \"{{version}}\"/" adobe/Cargo.toml
sed -i'' -E "0,/version = \"[0-9\.a-z-]+\"/s//version = \"{{version}}\"/" openfx/Cargo.toml
sed -i'' -E "0,/version = \"[0-9\.a-z-]+\"/s//version = \"{{version}}\"/" frei0r/Cargo.toml
just update
git commit -a -m "Release v{{version}}"
git tag -a "v{{version}}" -m "Release v{{version}}"
git push origin
Expand Down

0 comments on commit 55ac548

Please sign in to comment.