From cc8a25234ab02418bc07680d76d5f472d6846bac Mon Sep 17 00:00:00 2001 From: "Daniel (dB.) Doubrovkine" Date: Sat, 29 Aug 2026 18:32:48 -0400 Subject: [PATCH] Document creating a GitHub release in RELEASING.md Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- RELEASING.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/RELEASING.md b/RELEASING.md index 7d54242d..97b03137 100644 --- a/RELEASING.md +++ b/RELEASING.md @@ -40,6 +40,12 @@ Pushed git commits and tags. Pushed strava-ruby-client 0.2.2 to rubygems.org. ``` +Create a [GitHub release](https://github.com/dblock/strava-ruby-client/releases) for the new tag, using the corresponding CHANGELOG.md section as the release notes. + +``` +gh release create v0.2.2 --title "v0.2.2" --notes-file <(sed -n '/^### 0.2.2/,/^### /p' CHANGELOG.md | sed '1d;$d') +``` + ### Prepare for the Next Version Add the next release to [CHANGELOG.md](CHANGELOG.md).