googleapis / release-please-action

automated releases based on conventional commits
Apache License 2.0
1.73k stars 213 forks source link

Allow only tagging without github release #1034

Open CallumGrindle opened 2 months ago

CallumGrindle commented 2 months ago

There is no obvious way to only create a tag on merging release PR, and not create a github release

There is a skip-github-release option, but this seems to skip both tagging and release creation

This is useful e.g. to split tagging and releasing for testing and production environment separation