Skip to content

Commit 1a976c3

Browse files
committed
chore: re-enable semantic release version bumping
1 parent 3bcaf2d commit 1a976c3

1 file changed

Lines changed: 18 additions & 2 deletions

File tree

.releaserc.json

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
{
2-
"branches": ["main"],
2+
"branches": [
3+
"main"
4+
],
35
"plugins": [
46
[
57
"semantic-release-vsce",
@@ -14,9 +16,23 @@
1416
{
1517
"path": "*.vsix",
1618
"label": "VSCode Extension (VSIX)"
19+
},
20+
{
21+
"path": "CHANGELOG.md",
22+
"label": "Changelog"
1723
}
1824
]
1925
}
26+
],
27+
[
28+
"@semantic-release/git",
29+
{
30+
"assets": [
31+
"package.json",
32+
"CHANGELOG.md"
33+
],
34+
"message": "chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"
35+
}
2036
]
2137
]
22-
}
38+
}

0 commit comments

Comments
 (0)