Skip to content

Commit

Permalink
Remove bugfix from list of breaking changes
Browse files Browse the repository at this point in the history
  • Loading branch information
webpro committed Mar 7, 2020
1 parent ac6fc1b commit d50483b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions CHANGELOG.md
Expand Up @@ -12,8 +12,6 @@ See the GitHub Releases page for detailed changelogs:
- Deprecated `scripts` are removed (in favor of [hooks](https://github.com/release-it/release-it#hooks)).
- Removed deprecated `--non-interactive` (`-n`) argument. Use `--ci` instead.
- Removed old `%s` and `[REV_RANGE]` syntax in command substitutions. Use `${version}` and `${latestTag}` instead.
- Changed default value of `git.pushRepo` from `"origin"` to `""`. Changes behavior when branch has tracking information
and `git.pushRepo` is set to default value. Previously would push to `origin`, now will push to tracked branch.

## v12

Expand Down

0 comments on commit d50483b

Please sign in to comment.