salsita / spicy-hooks

7 stars 0 forks source link

Add possibility to specify custom branch for `prepare-release` #21

Closed goce-cz closed 3 years ago

goce-cz commented 3 years ago

This PR adds a --branch option to spicy prepare-release command through which one can override the current Git branch.

Although it is generally a stupid idea to prepare a release for a different branch, it is very useful for debugging when you are on a feature branch and want to utilize the existing release draft on the main branch.