Skip to content

Commit 9dae1a0

Browse files
committed
chore: update release method
1 parent 7cb1497 commit 9dae1a0

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

scripts/make-rules/release.mk

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,9 @@
88

99
.PHONY: release.run
1010
release.run: tools.verify.uplift release._check ## Generate and commit CHANGELOG, then tag the git repo.
11-
@uplift release --fetch-all --skip-bumps
11+
@uplift release --fetch-all
1212

1313
release._check:
14-
@if [[ "$(shell git symbolic-ref --short HEAD)" != "master" ]]; then \
15-
echo "Branch format is incorrect. Please switch to master branch"; \
16-
exit 1; \
17-
fi
1814
@if ! git diff --quiet; then \
1915
echo "Git repository is not clean"; \
2016
exit 1; \

0 commit comments

Comments
 (0)