Skip to content

Commit ca1131c

Browse files
authored
ci: Updated release prep to add copy around breaking changes (#3199)
1 parent c3c5ed5 commit ca1131c

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

bin/templates/template.hbs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
{{#each noteGroups}}
55
#### ⚠ {{title}}
66

7+
This version of the Node.js agent is a SemVer MAJOR update and contains the following breaking changes. MAJOR versions may drop support for language runtimes that have reached End-of-Life according to the maintainer. Additionally, MAJOR versions may drop support for and remove certain instrumentation. For more details on these changes please see the [migration guide](https://docs.newrelic.com/docs/apm/agents/nodejs-agent/installation-configuration/update-nodejs-agent/).
8+
79
{{#each notes}}
810
* {{#if commit.scope}}**{{commit.scope}}:** {{/if}}{{text}}
911
{{/each}}
@@ -18,4 +20,4 @@
1820
{{#each commits}}
1921
{{> commit root=@root}}
2022
{{/each}}
21-
{{/each}}
23+
{{/each}}

bin/test/conventional-changelog.test.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,8 @@ const exampleCommit = {
5555
const exampleMarkdown = `### v1.0.0 (2020-04-03)
5656
#### ⚠ BREAKING CHANGES
5757
58+
This version of the Node.js agent is a SemVer MAJOR update and contains the following breaking changes. MAJOR versions may drop support for language runtimes that have reached End-of-Life according to the maintainer. Additionally, MAJOR versions may drop support for and remove certain instrumentation. For more details on these changes please see the [migration guide](https://docs.newrelic.com/docs/apm/agents/nodejs-agent/installation-configuration/update-nodejs-agent/).
59+
5860
* **thing:** updated Thing to prevent modifications to inputs
5961
6062
#### Bug fixes

0 commit comments

Comments
 (0)