File tree Expand file tree Collapse file tree 3 files changed +50
-35
lines changed Expand file tree Collapse file tree 3 files changed +50
-35
lines changed Original file line number Diff line number Diff line change @@ -3,39 +3,39 @@ template: CHANGELOG.tpl.md
3
3
info :
4
4
title : CHANGELOG
5
5
repository_url : https://github.com/newrelic/terraform-newrelic-apm
6
- options :
7
- commits :
8
- filters :
9
- Type :
10
- - docs
11
- - feat
12
- - fix
13
- - refactor
6
+ options :
7
+ commits :
8
+ filters :
9
+ Type :
10
+ - docs
11
+ - feat
12
+ - fix
13
+ - refactor
14
14
15
- commit_groups :
16
- title_maps :
17
- docs : Documentation Updates
18
- feat : Features
19
- fix : Bug Fixes
20
- refactor : Refactor
21
-
22
- refs :
23
- actions :
24
- - Closes
25
- - Fixes
26
- - Resolves
15
+ commit_groups :
16
+ title_maps :
17
+ docs : Documentation Updates
18
+ feat : Features
19
+ fix : Bug Fixes
20
+ refactor : Refactor
27
21
28
- issues :
29
- prefix :
30
- - #
22
+ refs :
23
+ actions :
24
+ - Closes
25
+ - Fixes
26
+ - Resolves
31
27
32
- header :
33
- pattern : " ^(\\ w*)(?:\\ (([\\ w\\ $\\ .\\ -\\ *\\ s]*)\\ ))?\\ :\\ s(.*)$"
34
- pattern_maps :
35
- - Type
36
- - Scope
37
- - Subject
28
+ issues :
29
+ prefix :
30
+ - #
38
31
39
- notes :
40
- keywords :
41
- - BREAKING CHANGE
32
+ header :
33
+ pattern : " ^(\\ w*)(?:\\ (([\\ w\\ $\\ .\\ -\\ *\\ s]*)\\ ))?\\ :\\ s(.*)$"
34
+ pattern_maps :
35
+ - Type
36
+ - Scope
37
+ - Subject
38
+
39
+ notes :
40
+ keywords :
41
+ - BREAKING CHANGE
Original file line number Diff line number Diff line change 2
2
## [ Unreleased]
3
3
4
4
5
+ <a name =" v0.0.4 " ></a >
6
+ ## [ v0.0.4] - 2020-03-19
7
+ ### Bug Fixes
8
+ - ** build:** Fix release script
9
+ - ** changelog:** Fix changelog generation config
10
+ - ** versions:** Change version restrictions to allow newer providers
11
+
12
+
5
13
<a name =" v0.0.3 " ></a >
6
14
## [ v0.0.3] - 2020-03-10
15
+ ### Documentation Updates
16
+ - ** terraform-newrelic-apm:** improve documentation
17
+
7
18
8
19
<a name =" v0.0.2 " ></a >
9
20
## [ v0.0.2] - 2020-03-10
10
21
11
22
<a name =" v0.0.1 " ></a >
12
23
## v0.0.1 - 2020-03-10
24
+ ### Features
25
+ - ** terraform-newrelic-apm:** initial commit
26
+
13
27
14
- [ Unreleased ] : https://github.com/newrelic/terraform-newrelic-apm/compare/v0.0.3...HEAD
28
+ [ Unreleased ] : https://github.com/newrelic/terraform-newrelic-apm/compare/v0.0.4...HEAD
29
+ [ v0.0.4 ] : https://github.com/newrelic/terraform-newrelic-apm/compare/v0.0.3...v0.0.4
15
30
[ v0.0.3 ] : https://github.com/newrelic/terraform-newrelic-apm/compare/v0.0.2...v0.0.3
16
31
[ v0.0.2 ] : https://github.com/newrelic/terraform-newrelic-apm/compare/v0.0.1...v0.0.2
Original file line number Diff line number Diff line change @@ -33,6 +33,6 @@ git checkout -b release/v${RELEASE_VERSION}
33
33
git-chglog --next-tag v${RELEASE_VERSION} -o CHANGELOG.md
34
34
35
35
# Commit CHANGELOG updates
36
- git add CHANGELOG.md internal/version/version.go
36
+ git add CHANGELOG.md
37
37
git commit -m " chore(changelog): Update CHANGELOG for v${RELEASE_VERSION} "
38
- git push origin release/v${RELEASE_VERSION}
38
+ git push origin release/v${RELEASE_VERSION}
You can’t perform that action at this time.
0 commit comments