diff --git a/osmo-release.mk b/osmo-release.mk index 4407c861d..3fe68035f 100644 --- a/osmo-release.mk +++ b/osmo-release.mk @@ -10,7 +10,7 @@ ifeq ($(NEW_VERSION),) endif @echo "Releasing" $(VERSION) "->" $(NEW_VERSION)"..." ifeq ($(LIBVERS),) - @gbp dch --debian-tag='%(version)s' --auto --meta --git-author --multimaint-merge + @gbp dch --debian-tag='%(version)s' --auto --meta --git-author --multimaint-merge --ignore-branch else @echo "You should NOT be doing this unless you've read and understood following article:" @echo "https://www.gnu.org/software/libtool/manual/html_node/Updating-version-info.html#Updating-version-info"