File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed
Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 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
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
Original file line number Diff line number Diff line change @@ -34,5 +34,5 @@ git-chglog --next-tag v${RELEASE_VERSION} -o CHANGELOG.md
3434
3535# Commit CHANGELOG updates
3636git 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} "
3838git push origin release/v${RELEASE_VERSION}
You can’t perform that action at this time.
0 commit comments