Skip to content

Commit 6ec7ad1

Browse files
committed
build(semantic-release): revise to basic semantic release
1 parent 1df94ce commit 6ec7ad1

File tree

1 file changed

+2
-11
lines changed

1 file changed

+2
-11
lines changed

.releaserc

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,6 @@
11
{
22
"branch": "master",
33
"verifyConditions": [],
4-
"prepare": [
5-
{
6-
"path": "@semantic-release/exec",
7-
"cmd": "bumpversion --current-version ${lastRelease.version} --new-version ${nextRelease.version} --verbose patch"
8-
}
9-
],
10-
"publish": [
11-
{
12-
"path": "@semantic-release/github"
13-
}
14-
]
4+
"prepare": [],
5+
"publish": ["@semantic-release/github"]
156
}

0 commit comments

Comments
 (0)