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 2fdc62a commit 5a78f95Copy full SHA for 5a78f95
.releaserc
@@ -28,6 +28,11 @@
28
["@semantic-release/exec", {
29
"prepareCmd": "mv dist efcasado-splunk-datasource; tar -czvf efcasado-splunk-datasource-${nextRelease.version}.tar.gz efcasado-splunk-datasource"
30
}],
31
+ ["@semantic-release/git",
32
+ {
33
+ "assets": ["CHANGELOG.md"]
34
+ }
35
+ ],
36
["@semantic-release/github",
37
{
38
"assets": ["efcasado-splunk-datasource-*.tar.gz"]
0 commit comments