We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb7428d commit 679b571Copy full SHA for 679b571
3 files changed
.releaserc
@@ -0,0 +1,13 @@
1
+{
2
+ "prepare": [
3
+ "@semantic-release/npm",
4
+ {
5
+ "path": "@semantic-release/git",
6
+ "assets": [
7
+ "package.json",
8
+ "package-lock.json"
9
+ ],
10
+ "message": "chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"
11
+ }
12
+ ]
13
+}
0 commit comments