Skip to content

Add `--allow-no-changes` flag to the `release` command.

This flag is useful if we have a hotfix in the release branch, and we want to back-merge this fix into develop. With this flag we can create a new empty release, and squash the hotfix(es) into it.

Merge request reports