We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2287738 commit 9dccf73Copy full SHA for 9dccf73
.github/workflows/release.yaml
@@ -38,3 +38,8 @@ jobs:
38
uses: pypa/gh-action-pypi-publish@release/v1
39
with:
40
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
@@ -514,7 +514,7 @@ zest-releaser-release: $(ZEST_RELEASER_TARGET)
514
.PHONY: zest-releaser-postrelease
515
zest-releaser-postrelease: $(ZEST_RELEASER_TARGET)
516
@echo "Run postrelease"
517
- @postrelease
+ @postrelease --no-input
518
519
.PHONY: zest-releaser-fullrelease
520
zest-releaser-fullrelease: $(ZEST_RELEASER_TARGET)
0 commit comments