Skip to content

Commit 1c81584

Browse files
committed
chore: Updated release Makefile
1 parent 2032cfb commit 1c81584

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

Makefile

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
11
.PHONY: changelog release
22

3+
scope ?= "minor"
4+
5+
changelog-unrelease:
6+
git-chglog --no-case -o CHANGELOG.md
7+
38
changelog:
4-
git-chglog -o CHANGELOG.md --next-tag `semtag final -s minor -o`
9+
git-chglog --no-case -o CHANGELOG.md --next-tag `semtag final -s $(scope) -o -f`
510

611
release:
7-
semtag final -s minor
12+
semtag final -s $(scope)

0 commit comments

Comments
 (0)