We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e70d54f commit 6baec7bCopy full SHA for 6baec7b
release.config.js
@@ -6,7 +6,8 @@ module.exports = {
6
[
7
"@semantic-release/github",
8
{
9
- assets: [{ path: "temp/*.tgz", name: "Bundled NPM Library" }],
+ // eslint-disable-next-line no-template-curly-in-string -- This is a lodash template string
10
+ assets: [{ path: "temp/*.tgz", name: "recursive-proxy-mock-${nextRelease.gitTag}.tgz" }],
11
},
12
],
13
0 commit comments