Skip to content

Commit

Permalink
feat: allow releasing from 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 5cb0fe6 commit 970a127
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -67,12 +67,12 @@ 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
debuild --no-lintian --lintian-hook "lintian --fail-on error,warning --suppress-tags bad-distribution-in-changes-file -- %p_%v_*.changes" --no-sign -b

.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)

0 comments on commit 970a127

Please sign in to comment.