We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f682d0b commit 57cb385Copy full SHA for 57cb385
2 files changed
.gitignore
@@ -52,5 +52,8 @@ Thumbs.db
52
bin/
53
obj/
54
55
+# Node.js
56
+node_modules/
57
+
58
# Lazycommit specific
59
lazycommit
.releaserc
@@ -5,7 +5,7 @@
5
"@semantic-release/release-notes-generator",
6
"@semantic-release/git",
7
["@semantic-release/exec", {
8
- "publishCmd": "echo \"${nextRelease.notes}\" > /tmp/release-notes.md && goreleaser release --clean --release-notes /tmp/release-notes.md"
+ "publishCmd": "echo \"${nextRelease.notes}\" > /tmp/release-notes.md && rm -rf node_modules && goreleaser release --clean --release-notes /tmp/release-notes.md"
9
}]
10
]
11
}
0 commit comments