Skip to content

Commit 9dccf73

Browse files
committed
more automation where possible
1 parent 2287738 commit 9dccf73

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.github/workflows/release.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,3 +38,8 @@ jobs:
3838
uses: pypa/gh-action-pypi-publish@release/v1
3939
with:
4040
verbose: true
41+
- name: Postrelease
42+
run: >-
43+
make postrelease
44+
git commit pyproject.toml CHANGES.md -m"Post release: back to development."
45+
git push

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -514,7 +514,7 @@ zest-releaser-release: $(ZEST_RELEASER_TARGET)
514514
.PHONY: zest-releaser-postrelease
515515
zest-releaser-postrelease: $(ZEST_RELEASER_TARGET)
516516
@echo "Run postrelease"
517-
@postrelease
517+
@postrelease --no-input
518518

519519
.PHONY: zest-releaser-fullrelease
520520
zest-releaser-fullrelease: $(ZEST_RELEASER_TARGET)

0 commit comments

Comments
 (0)