Skip to content

Commit

Permalink
Merge pull request #302 from EasyPost/release_target
Browse files Browse the repository at this point in the history
feat: specify release target
  • Loading branch information
Justintime50 authored Jan 9, 2024
2 parents 0419241 + 873ddb7 commit 6136622
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 6136622

Please sign in to comment.