Skip to content

Commit 6d9bc06

Browse files
committed
build: remove bumpversion - this needs to be run before packing
1 parent 22132b3 commit 6d9bc06

File tree

1 file changed

+3
-12
lines changed

1 file changed

+3
-12
lines changed

.releaserc

Lines changed: 3 additions & 12 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-
]
15-
}
4+
"prepare": [],
5+
"publish": ["@semantic-release/github"]
6+
}

0 commit comments

Comments
 (0)