We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d1630cf + 0df41b3 commit f8e5997Copy full SHA for f8e5997
Makefile
@@ -71,8 +71,9 @@ publish:
71
72
## release - Cuts a release for the project on GitHub (requires GitHub CLI)
73
# tag = The associated tag title of the release
74
+# target = Target branch or full commit SHA
75
release:
- gh release create ${tag} dist/*
76
+ gh release create ${tag} dist/* --target ${target}
77
78
## scan - Scans the project for security issues with Bandit
79
scan:
0 commit comments