diff --git a/CHANGELOG.md b/CHANGELOG.md index e7757e61..abd78fc7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 - Allow `public_suffix` 6 ([#535]) diff --git a/RELEASING.md b/RELEASING.md index a7eab9ec..8e359c98 100644 --- a/RELEASING.md +++ b/RELEASING.md @@ -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