Skip to content

Commit

Permalink
Update CHANGELOG for v0.48
Browse files Browse the repository at this point in the history
  • Loading branch information
JacobEvelyn committed Mar 27, 2020
1 parent 03b276a commit bf0a15c
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion RELEASING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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'`
Expand Down

0 comments on commit bf0a15c

Please sign in to comment.