Skip to content

Commit

Permalink
chore(release): fix offset changelog versions
Browse files Browse the repository at this point in the history
  • Loading branch information
edvald committed Jul 10, 2018
1 parent dce8045 commit 47d05c8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 12 deletions.
13 changes: 4 additions & 9 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<a name="0.2.0"></a>
# [0.2.0](https://github.com/garden-io/garden/compare/v0.2.0-0...v0.2.0) (2018-07-10)
<a name="0.3.0"></a>
# [0.3.0](https://github.com/garden-io/garden/compare/v0.2.0...v0.3.0) (2018-07-10)


### Bug Fixes
Expand Down Expand Up @@ -48,7 +48,7 @@ We suggest resetting local k8s clusters after upgrading.


<a name="0.2.0"></a>
# [0.2.0](https://github.com/garden-io/garden/compare/v0.2.0-0...v0.2.0) (2018-06-27)
# [0.2.0](https://github.com/garden-io/garden/compare/v0.1.2...v0.2.0) (2018-06-27)


### Bug Fixes
Expand Down Expand Up @@ -112,12 +112,7 @@ project.global key.


<a name="0.1.2"></a>
## [0.1.2](https://github.com/garden-io/garden/compare/v0.1.1-0...v0.1.2) (2018-06-02)



<a name="0.1.1-0"></a>
## [0.1.1-0](https://github.com/garden-io/garden/compare/v0.1.0...v0.1.1-0) (2018-06-02)
## [0.1.2](https://github.com/garden-io/garden/compare/v0.1.0...v0.1.2) (2018-06-02)


### Bug Fixes
Expand Down
5 changes: 2 additions & 3 deletions bin/publish
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,11 @@ cd ${garden_root}
npm run clean
./bin/check-if-clean

lerna publish

conventional-changelog -p angular -i CHANGELOG.md -s
git add CHANGELOG.md
version=$(node -p "require('./package.json').version")
git commit -m "chore(release): update changelog for ${version}"
git push --no-verify

lerna publish

gulp update-brew

0 comments on commit 47d05c8

Please sign in to comment.