From 82695c57c99db1f956e393b9d68847d85e569381 Mon Sep 17 00:00:00 2001 From: Sviatoslav Sydorenko Date: Mon, 3 Apr 2023 18:19:33 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Link=20the=20announcement=20disc?= =?UTF-8?q?ussions=20from=20README?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This patch encourages the end-users to share feedback using GitHub Discussions instead of issues. --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 5ee06cb..4d5a191 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,9 @@ in the `dist/` directory to PyPI. This text suggests a minimalistic usage overview. For more detailed walkthrough check out the [PyPA guide]. +If you have any feedback regarding specific action versions, please leave +comments in the corresponding [per-release announcement discussions]. + ## 🌇 `master` branch sunset ❗ @@ -258,6 +261,9 @@ https://results.pre-commit.ci/latest/github/pypa/gh-action-pypi-publish/unstable [pre-commit.ci status badge]: https://results.pre-commit.ci/badge/github/pypa/gh-action-pypi-publish/unstable/v1.svg +[per-release announcement discussions]: +https://github.com/pypa/gh-action-pypi-publish/discussions/categories/announcements + [Creating & using secrets]: https://help.github.com/en/actions/automating-your-workflow-with-github-actions/creating-and-using-encrypted-secrets [has nothing to do with _building package distributions_]: