Skip to content

Commit

Permalink
Merge pull request #432 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 9d2e86d + 774a2a6 commit d4063ce
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 @@ -58,8 +58,9 @@ prettier-fix:

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

## scan - Runs security analysis on the project with Brakeman
scan:
Expand Down

0 comments on commit d4063ce

Please sign in to comment.