Skip to content

Commit

Permalink
ci: update support statement (#1733)
Browse files Browse the repository at this point in the history
  • Loading branch information
bradleycamacho authored Jul 26, 2023
1 parent 8d66123 commit 3013da9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion bin/create-docs-pr.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,9 @@ const RELEASE_NOTES_PATH =
const SUPPORT_STATEMENT = `
### Support statement:
* New Relic recommends that you upgrade the agent regularly to ensure that you're getting the latest features and performance benefits. Additionally, older releases will no longer be supported when they reach [end-of-life](/docs/using-new-relic/cross-product-functions/install-configure/notification-changes-new-relic-saas-features-distributed-software).`
We recommend updating to the latest agent version as soon as it's available. If you can't upgrade to the latest version, update your agents to a version no more than 90 days old. Read more about keeping agents up to date. (https://docs.newrelic.com/docs/new-relic-solutions/new-relic-one/install-configure/update-new-relic-agent/)
See the New Relic Node.js agent EOL policy for information about agent releases and support dates. (https://docs.newrelic.com/docs/apm/agents/nodejs-agent/getting-started/nodejs-agent-eol-policy/)`

async function createReleaseNotesPr() {
// Parse commandline options inputs
Expand Down
4 changes: 3 additions & 1 deletion bin/create-github-release.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@ const TAG_VALID_REGEX = /v\d+\.\d+\.\d+/
const SUPPORT_STATEMENT = `
### Support statement:
* New Relic recommends that you upgrade the agent regularly to ensure that you're getting the latest features and performance benefits. Additionally, older releases will no longer be supported when they reach [end-of-life](https://docs.newrelic.com/docs/using-new-relic/cross-product-functions/install-configure/notification-changes-new-relic-saas-features-distributed-software).`
We recommend updating to the latest agent version as soon as it's available. If you can't upgrade to the latest version, update your agents to a version no more than 90 days old. Read more about keeping agents up to date. (https://docs.newrelic.com/docs/new-relic-solutions/new-relic-one/install-configure/update-new-relic-agent/)
See the New Relic Node.js agent EOL policy for information about agent releases and support dates. (https://docs.newrelic.com/docs/apm/agents/nodejs-agent/getting-started/nodejs-agent-eol-policy/)`

program.requiredOption('--tag <tag>', 'tag name to create GitHub release for')
program.option(
Expand Down

0 comments on commit 3013da9

Please sign in to comment.