Skip to content

Commit

Permalink
fix: allow gbp dch to work in all branches
Browse files Browse the repository at this point in the history
Signed-off-by: ZHANG Yuntian <yt@radxa.com>
  • Loading branch information
RadxaYuntian committed Mar 14, 2024
1 parent 37e41c2 commit cb757ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ clean-deb:
#
.PHONY: dch
dch: debian/changelog
EDITOR=true gbp dch --commit --debian-branch=main --release --dch-opt=--upstream
EDITOR=true gbp dch --ignore-branch --multimaint-merge --commit --release --dch-opt=--upstream

.PHONY: deb
deb: debian
Expand Down

0 comments on commit cb757ad

Please sign in to comment.