Commit 5ce8958c7e3d2c871d1ba3180a4e4f1543eece4a

Authored by Henry Schreiner
Committed by GitHub
1 parent f19629f8

docs: release action fixed, no reminder needed now

Showing 1 changed file with 1 additions and 2 deletions
.github/CONTRIBUTING.md
... ... @@ -76,9 +76,8 @@ Steps:
76 76  
77 77 * Update changelog if needed
78 78 * Update the version in `.appveyor.yml` and `include/CLI/Version.hpp`.
79   -* Find and replace in README:
  79 +* Find and replace in README (new minor/major release only):
80 80 * Replace " ๐Ÿ†•" and "๐Ÿ†• " with "" (ignores the description line)
81 81 * Check for `\/\/$` (vi syntax) to catch leftover `// ๐Ÿ†•`
82 82 * Replace "๐Ÿšง" with "๐Ÿ†•" (manually ignore the description line)
83 83 * Make a release in the GitHub UI, use a name such as "Version X.Y(.Z): Title"
84   -* 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.
... ...