diff --git a/Makefile b/Makefile index f98211199d..44762490ef 100644 --- a/Makefile +++ b/Makefile @@ -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"