Skip to content

Commit f6ed2fd

Browse files
authored
Adjust Makefile Hints for Releasing to Production (ITISFoundation#3079)
Co-authored-by: Dustin Kaiser <[email protected]>
1 parent 9ea5d8d commit f6ed2fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -685,7 +685,7 @@ define create_github_release_url
685685
endef
686686

687687
.PHONY: release-staging release-prod
688-
release-staging release-prod: .check-on-master-branch ## Helper to create a staging or production release in Github (usage: make release-staging name=sprint version=1 git_sha=optional or make release-prod version=1.2.3 git_sha=optional)
688+
release-staging release-prod: .check-on-master-branch ## Helper to create a staging or production release in Github (usage: make release-staging name=sprint version=1 git_sha=optional or make release-prod version=1.2.3 git_sha=mandatory)
689689
$(create_github_release_url)
690690

691691
.PHONY: release-hotfix release-staging-hotfix

0 commit comments

Comments
 (0)