diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index a2aecf4..398eb58 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -38,3 +38,8 @@ jobs: uses: pypa/gh-action-pypi-publish@release/v1 with: verbose: true + - name: Postrelease + run: >- + make postrelease + git commit pyproject.toml CHANGES.md -m"Post release: back to development." + git push diff --git a/Makefile b/Makefile index 03d65b2..3556ea0 100644 --- a/Makefile +++ b/Makefile @@ -514,7 +514,7 @@ zest-releaser-release: $(ZEST_RELEASER_TARGET) .PHONY: zest-releaser-postrelease zest-releaser-postrelease: $(ZEST_RELEASER_TARGET) @echo "Run postrelease" - @postrelease + @postrelease --no-input .PHONY: zest-releaser-fullrelease zest-releaser-fullrelease: $(ZEST_RELEASER_TARGET)