Skip to content

Commit

Permalink
Merge pull request #209 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 b98116b + d201755 commit 2183713
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 @@ -34,8 +34,9 @@ lint: golangci scan

## 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}
gh release create ${tag} --target ${target}

## scan - Run gosec to scan for security issues
scan:
Expand Down

0 comments on commit 2183713

Please sign in to comment.