From 970a127d548de298f979fad6ffe0daf568399640 Mon Sep 17 00:00:00 2001 From: ZHANG Yuntian <95260730+RadxaYuntian@users.noreply.github.com> Date: Thu, 14 Mar 2024 18:57:38 +0800 Subject: [PATCH] feat: allow releasing from all branches Signed-off-by: ZHANG Yuntian --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index a063339..0409fdd 100644 --- a/Makefile +++ b/Makefile @@ -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 @@ -75,4 +75,4 @@ deb: debian .PHONY: release release: - gh workflow run .github/workflows/new_version.yml + gh workflow run .github/workflows/new_version.yml --ref $(shell git branch --show-current)