From 920b39c34d211cedf8c78c6506d13423d7cb8172 Mon Sep 17 00:00:00 2001 From: Lars Trieloff Date: Mon, 6 May 2019 15:48:47 +0000 Subject: [PATCH] docs(changelog): explain switchover to version 2.0 BREAKING CHANGE: not breaking any functionality, bumping to version 2.0 as the v1.* name space for git tags has already been polluted --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 88893dd8b..a72e8abe3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# Why 2.0? + +Before switching to semantic-release we created a number of GitHub tags with `v1.*.*`, which are now interfering with the semantic release process. Hence 2.0.0 is a purely cosmetic release that does not have any actual breaking changes. + # [1.1.0](https://github.com/adobe/helix-cli/compare/v1.0.0...v1.1.0) (2019-04-29)