diff --git a/CHANGELOG.md b/CHANGELOG.md index c253754..cb2c034 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,23 @@ making a small donation (🙏) with the **Sponsor** button at the top of this page to show you appreciate its continued development. +## [v0.48](https://github.com/JacobEvelyn/friends/tree/v0.48) (2020-03-27) + +[Full Changelog](https://github.com/JacobEvelyn/friends/compare/v0.47...v0.48) + +**Implemented enhancements:** + +- Change trigger for implicit location from `moved to \_LOCATION\_` to `to \_LOCATION\_` [\#245](https://github.com/JacobEvelyn/friends/pull/245) ([shen-sat](https://github.com/shen-sat)) + +**Closed issues:** + +- Fix minitest deprecation warnings [\#249](https://github.com/JacobEvelyn/friends/issues/249) + +**Merged pull requests:** + +- Fix minitest deprecation warnings [\#250](https://github.com/JacobEvelyn/friends/pull/250) ([JacobEvelyn](https://github.com/JacobEvelyn)) +- Bump simplecov from cb968abf857a704364283b5dec4d9fa3d096287e to 0.18.0 [\#248](https://github.com/JacobEvelyn/friends/pull/248) ([dependabot-preview[bot]](https://github.com/apps/dependabot-preview)) + ## [v0.47](https://github.com/JacobEvelyn/friends/tree/v0.47) (2019-12-11) [Full Changelog](https://github.com/JacobEvelyn/friends/compare/v0.46...v0.47) diff --git a/RELEASING.md b/RELEASING.md index d2f9ae7..9cfa7d5 100644 --- a/RELEASING.md +++ b/RELEASING.md @@ -8,7 +8,7 @@ These are steps for the maintainer to take to release a new version of this gem. 3. Add a tag (`git tag -am "vX.X" vX.X`). 4. `git push && git push --tags` 5. Copy the top of `CHANGELOG` to the clipboard. -6. `CHANGELOG_GITHUB_TOKEN=... github_changelog_generator` +6. `CHANGELOG_GITHUB_TOKEN=... github_changelog_generator --user JacobEvelyn --project friends` 7. Paste from the clipboard to the top of the `CHANGELOG`. 8. Confirm the `CHANGELOG` looks correct with `git diff` 9. `git add -A && git commit -m 'Update CHANGELOG for vX.X'`