Skip to content

Commit

Permalink
Mention updating the CHANGELOG in the release instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
timrogers authored and kritik committed May 13, 2022
1 parent 7cdbc64 commit be6ce52
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,12 +96,17 @@ redistributed under the terms specified in the LICENSE file.

## How to push a new version

1. Bump the version number automatically:

```sh
rake version:bump:patch
rake gemspec
```

Manually update `validate_url.gemspec` to remove incorrect strings.
2. Manually update `validate_url.gemspec` to remove incorrect strings
3. Update `CHANGELOG.md` to describe what is changing in the new version
4. Commit and push the updated version information, gemspec and changelog to GitHub
5. Build and push the gem to RubyGems

```sh
gem build validate_url.gemspec
Expand Down

0 comments on commit be6ce52

Please sign in to comment.