From de6d715bd2d1d30a6e64289dc4aaf2b86035b52f Mon Sep 17 00:00:00 2001 From: Thomas Pelletier Date: Wed, 29 Dec 2021 10:25:28 -0500 Subject: [PATCH] Update CONTRIBUTING.md --- CONTRIBUTING.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index f563665..1f4bfb6 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -181,14 +181,15 @@ $ gh api -X POST \ 4. [Draft new release][new-release]. 5. Fill tag and target with the same value used to generate the changelog. 6. Set title to the new tag value. -7. Check "create discussion", in the "Releases" category. -8. Check pre-release if new version is an alpha or beta. -9. Paste the generated change log. Look for "Other change +7. Paste the generated changelog. +8. Check "create discussion", in the "Releases" category. +9. Check pre-release if new version is an alpha or beta. [issues-tracker]: https://github.com/pelletier/go-toml/issues [bug-report]: https://github.com/pelletier/go-toml/issues/new?template=bug_report.md [pkg.go.dev]: https://pkg.go.dev/github.com/pelletier/go-toml -[readme]: ./README.md +[readme]: ./README.mdPaste the generated change log. Look for "Other change + [fork]: https://help.github.com/articles/fork-a-repo [pull-request]: https://help.github.com/en/articles/creating-a-pull-request [new-release]: https://github.com/pelletier/go-toml/releases/new