Skip to content

Commit 0df41b3

Browse files
committed
feat: specify release target
1 parent d1630cf commit 0df41b3

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)