From 5ce8958c7e3d2c871d1ba3180a4e4f1543eece4a Mon Sep 17 00:00:00 2001 From: Henry Schreiner Date: Wed, 29 Sep 2021 07:24:48 -0400 Subject: [PATCH] docs: release action fixed, no reminder needed now --- .github/CONTRIBUTING.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 330d8b15..2f44c9da 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -76,9 +76,8 @@ Steps: * Update changelog if needed * Update the version in `.appveyor.yml` and `include/CLI/Version.hpp`. -* Find and replace in README: +* Find and replace in README (new minor/major release only): * Replace " 🆕" and "🆕 " with "" (ignores the description line) * Check for `\/\/$` (vi syntax) to catch leftover `// 🆕` * Replace "🚧" with "🆕" (manually ignore the description line) * Make a release in the GitHub UI, use a name such as "Version X.Y(.Z): Title" -* Currently, the release action wipes the title after you release, so remember to edit the title back to the original name after the `CLI11.hpp` file gets uploaded.