Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -1401,11 +1401,14 @@ help:
@echo " make release cf CF-pushable zip only"
@echo " make release korifi Korifi-pushable zip (Paketo procfile manifest)"
@echo " make release github GitHub release archives only"
@echo " make changelog Warn about dependency bumps missing from changelog.d"
@echo " make preview Render the assembled release notes as the release page will show them"
@echo " make stamp tag Create + push the release tag"
@echo " make publish Create GitHub release + upload dist/release/*"
@echo " make publish REPLACE=yes Replace the release already on the tag"
@echo " make unpublish TAG=vX Delete the GitHub release (assets included)"
@echo " make stamp untag TAG=vX Delete the tag (local + remote)"
@echo " make sweep Remove the changelog.d fragments the release consumed"
@echo ""
@echo "Deploy (documentation website):"
@echo " make deploy website pages Push preview to your fork's GitHub Pages"
Expand Down
Loading