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 9be8a8b commit 3765398Copy full SHA for 3765398
release.config.js
@@ -27,7 +27,7 @@ module.exports = {
27
[
28
"@semantic-release/exec",
29
{
30
- publish: "cd ./dist && pnpm pack --pack-destination=../",
+ publishCmd: 'echo "Packing..."; cd ./dist && pnpm pack --pack-destination=../; echo "Done"',
31
},
32
],
33
@@ -45,12 +45,12 @@ module.exports = {
45
46
branch === "master"
47
? [
48
- "@semantic-release/changelog",
49
- {
50
- changelogFile: "CHANGELOG.md",
51
- changelogTitle: "# Change Log",
52
- },
53
- ]
+ "@semantic-release/changelog",
+ {
+ changelogFile: "CHANGELOG.md",
+ changelogTitle: "# Change Log",
+ },
+ ]
54
: undefined,
55
56
"@semantic-release/git",
0 commit comments