Skip to content

Commit f8e5997

Browse files
authored
Merge pull request #328 from EasyPost/release_target
feat: specify release target
2 parents d1630cf + 0df41b3 commit f8e5997

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,9 @@ publish:
7171

7272
## release - Cuts a release for the project on GitHub (requires GitHub CLI)
7373
# tag = The associated tag title of the release
74+
# target = Target branch or full commit SHA
7475
release:
75-
gh release create ${tag} dist/*
76+
gh release create ${tag} dist/* --target ${target}
7677

7778
## scan - Scans the project for security issues with Bandit
7879
scan:

0 commit comments

Comments
 (0)