Skip to content

Commit 30883cc

Browse files
committed
Automatically push when making release candidate
1 parent 515b6bd commit 30883cc

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

Makefile

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,10 @@ coverage: ## check code coverage quickly with the default Python
130130

131131
# RELEASE TARGETS
132132

133+
.PHONY: git-push
134+
git-push: ## Simply push the repository to github
135+
git push
136+
133137
.PHONY: dist
134138
dist: clean ## builds source and wheel package
135139
python -m build --wheel --sdist
@@ -233,7 +237,7 @@ release: check-release bumpversion-release publish bumpversion-patch
233237
release-test: check-release bumpversion-release-test publish-test bumpversion-revert
234238

235239
.PHONY: release-candidate
236-
release-candidate: check-main publish bumpversion-candidate
240+
release-candidate: check-main publish bumpversion-candidate git-push
237241

238242
.PHONY: release-candidate-test
239243
release-candidate-test: check-clean check-main publish-test

0 commit comments

Comments
 (0)