Skip to content

Commit 4190199

Browse files
author
Jonathan Thurman
committed
chore(changelog): Update CHANGELOG for v0.2.2
1 parent 4302e63 commit 4190199

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22
## [Unreleased]
33

44

5+
<a name="v0.2.2"></a>
6+
## [v0.2.2] - 2020-03-04
7+
### Bug Fixes
8+
- **build:** Remove version.go generation from make release
9+
- **build:** Add docker login to release-push process
10+
11+
512
<a name="v0.2.1"></a>
613
## [v0.2.1] - 2020-03-03
714
### Bug Fixes
@@ -61,6 +68,7 @@
6168
- **profile:** Add listing of profiles to command
6269

6370

64-
[Unreleased]: https://github.com/newrelic/newrelic-client-go/compare/v0.2.1...HEAD
71+
[Unreleased]: https://github.com/newrelic/newrelic-client-go/compare/v0.2.2...HEAD
72+
[v0.2.2]: https://github.com/newrelic/newrelic-client-go/compare/v0.2.1...v0.2.2
6573
[v0.2.1]: https://github.com/newrelic/newrelic-client-go/compare/v0.2.0...v0.2.1
6674
[v0.2.0]: https://github.com/newrelic/newrelic-client-go/compare/v0.1.0...v0.2.0

tools/release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,5 @@ git-chglog --next-tag v${RELEASE_VERSION} -o CHANGELOG.md
3434

3535
# Commit CHANGELOG updates
3636
git add CHANGELOG.md
37-
git commit -m "chore(changelog): Update CHANGELOG for v${RELEASE_VERSION} [skip ci]"
37+
git commit -m "chore(changelog): Update CHANGELOG for v${RELEASE_VERSION}"
3838
git push origin release/v${RELEASE_VERSION}

0 commit comments

Comments
 (0)