Skip to content

Commit 0065436

Browse files
authored
chore: Add download link to release notes automation (#1400)
1 parent cda0071 commit 0065436

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/actions/docs-pr/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ for (const change of versionData.changes) {
5454
const frontMatter = {
5555
releaseDate,
5656
version: args.tag.substr(1),
57+
downloadLink: "https://www.npmjs.com/package/@newrelic/browser-agent",
5758
features: [],
5859
bugs: [],
5960
security: []

.github/actions/docs-pr/templates/release-notes.handlebars

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
subject: Browser agent
33
releaseDate: "{{frontMatter.releaseDate}}"
44
version: {{frontMatter.version}}
5+
downloadLink: {{frontMatter.downloadLink}}
56
features: {{frontMatter.features}}
67
bugs: {{frontMatter.bugs}}
78
security: {{frontMatter.security}}

0 commit comments

Comments
 (0)