Skip to content

Commit

Permalink
update release command
Browse files Browse the repository at this point in the history
  • Loading branch information
erebe committed Oct 22, 2023
1 parent 8d367ab commit cfca821
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion justfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ make_release $VERSION:
git commit -m 'Bump version v'$VERSION
git tag v$VERSION -m 'version v'$VERSION
git push
git push --tags
git push origin v$VERSION
@just docker_release v$VERSION

docker_release $TAG:
Expand Down

0 comments on commit cfca821

Please sign in to comment.