From 6d4f16391d5856df6fd670fe354f230c472dc3d9 Mon Sep 17 00:00:00 2001 From: Jonas Scharpf Date: Sun, 31 Jul 2022 14:46:35 +0200 Subject: [PATCH] mention fix in release action in changelog --- changelog.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/changelog.md b/changelog.md index d20ca22..978f95a 100644 --- a/changelog.md +++ b/changelog.md @@ -22,6 +22,8 @@ r"^\#\# \[\d{1,}[.]\d{1,}[.]\d{1,}\] \- \d{4}\-\d{2}-\d{2}$" - Update root [`README`](README.md) file with usage instructions - Use `0.0.0` as default in the checked in [package version file](src/changelog2version/version.py) +- Use `release/v1.5` branch of `pypa/gh-action-pypi-publish` in the + [GitHub CI release workflow](.github/workflows/release.yml) file ## [0.1.0] - 2022-07-31 ### Added