Skip to content

Commit

Permalink
feat: specify release target
Browse files Browse the repository at this point in the history
  • Loading branch information
Justintime50 committed Jan 9, 2024
1 parent 0419241 commit 873ddb7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,9 @@ publish-dry:

## release - Cuts a release for the project on GitHub (requires GitHub CLI)
# tag = The associated tag title of the release
# target = Target branch or full commit SHA
release:
gh release create ${tag} target/*.jar target/*.asc target/*.pom
gh release create ${tag} target/*.jar target/*.asc target/*.pom --target ${target}

## scan - Scan the project for serious security issues
scan:
Expand Down

0 comments on commit 873ddb7

Please sign in to comment.