Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions RELEASING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down