Skip to content

Commit aa122f5

Browse files
author
Jonathan Thurman
authored
Merge pull request #5 from newrelic/release/v0.0.4
Release v0.0.4
2 parents 7afccbd + 02aa76b commit aa122f5

File tree

3 files changed

+50
-35
lines changed

3 files changed

+50
-35
lines changed

.chglog/config.yml

Lines changed: 32 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -3,39 +3,39 @@ template: CHANGELOG.tpl.md
33
info:
44
title: CHANGELOG
55
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
1414

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
2721

28-
issues:
29-
prefix:
30-
- #
22+
refs:
23+
actions:
24+
- Closes
25+
- Fixes
26+
- Resolves
3127

32-
header:
33-
pattern: "^(\\w*)(?:\\(([\\w\\$\\.\\-\\*\\s]*)\\))?\\:\\s(.*)$"
34-
pattern_maps:
35-
- Type
36-
- Scope
37-
- Subject
28+
issues:
29+
prefix:
30+
- #
3831

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

CHANGELOG.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,30 @@
22
## [Unreleased]
33

44

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+
513
<a name="v0.0.3"></a>
614
## [v0.0.3] - 2020-03-10
15+
### Documentation Updates
16+
- **terraform-newrelic-apm:** improve documentation
17+
718

819
<a name="v0.0.2"></a>
920
## [v0.0.2] - 2020-03-10
1021

1122
<a name="v0.0.1"></a>
1223
## v0.0.1 - 2020-03-10
24+
### Features
25+
- **terraform-newrelic-apm:** initial commit
26+
1327

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
1530
[v0.0.3]: https://github.com/newrelic/terraform-newrelic-apm/compare/v0.0.2...v0.0.3
1631
[v0.0.2]: https://github.com/newrelic/terraform-newrelic-apm/compare/v0.0.1...v0.0.2

scripts/release.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,6 @@ git checkout -b release/v${RELEASE_VERSION}
3333
git-chglog --next-tag v${RELEASE_VERSION} -o CHANGELOG.md
3434

3535
# Commit CHANGELOG updates
36-
git add CHANGELOG.md internal/version/version.go
36+
git add CHANGELOG.md
3737
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}

0 commit comments

Comments
 (0)