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 58730a6 commit 1f9ff2e
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 @@ -39,8 +39,9 @@ phpstan:

## 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 - Runs security analysis on the project
scan:
Expand Down

0 comments on commit 1f9ff2e

Please sign in to comment.