We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cda0071 commit 0065436Copy full SHA for 0065436
.github/actions/docs-pr/index.js
@@ -54,6 +54,7 @@ for (const change of versionData.changes) {
54
const frontMatter = {
55
releaseDate,
56
version: args.tag.substr(1),
57
+ downloadLink: "https://www.npmjs.com/package/@newrelic/browser-agent",
58
features: [],
59
bugs: [],
60
security: []
.github/actions/docs-pr/templates/release-notes.handlebars
@@ -2,6 +2,7 @@
2
subject: Browser agent
3
releaseDate: "{{frontMatter.releaseDate}}"
4
version: {{frontMatter.version}}
5
+downloadLink: {{frontMatter.downloadLink}}
6
features: {{frontMatter.features}}
7
bugs: {{frontMatter.bugs}}
8
security: {{frontMatter.security}}
0 commit comments