Skip to content

Commit

Permalink
Add note about removed old script template syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
webpro committed Mar 4, 2020
1 parent c2abb65 commit ed8cdfa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Expand Up @@ -11,6 +11,7 @@ See the GitHub Releases page for detailed changelogs:
- Dropped support for GitLab v11.6 and lower.
- 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.

Expand Down

0 comments on commit ed8cdfa

Please sign in to comment.