Skip to content
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
- Allow `public_suffix` 7 ([#558])

[#561]: https://github.com/sporkmonger/addressable/pull/561
[#535]: https://github.com/sporkmonger/addressable/pull/558
[#558]: https://github.com/sporkmonger/addressable/pull/558

## Addressable 2.8.7 <a name="v2.8.7">
- Allow `public_suffix` 6 ([#535])
Expand Down
2 changes: 1 addition & 1 deletion RELEASING.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
1. Create pull request with all that
1. Merge the pull request when CI is green
1. Ensure you have latest changes locally
1. Run`VERSION=x.y.z rake git:tag:create` to create tag in git
1. Run `VERSION=x.y.z rake git:tag:create` to create tag in git
1. Push tag to upstream: `git push --tags upstream`
1. Watch GitHub Actions build and push the gem to RubyGems.org
Loading