Skip to content
This repository was archived by the owner on Mar 1, 2023. It is now read-only.

Commit bacbef1

Browse files
authored
Merge pull request #305 from PrisisForks/feature/semantic
fix: fixing semantic-release
2 parents 2e9357b + 058b0a9 commit bacbef1

File tree

2 files changed

+3
-20
lines changed

2 files changed

+3
-20
lines changed

CHANGELOG.md

-18
This file was deleted.

.releaserc.json release.config.js

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{
1+
module.exports = {
22
"branches": [
33
"+([0-9])?(.{+([0-9]),x}).x",
44
"main",
@@ -61,7 +61,8 @@
6161
"UPGRADE.md",
6262
"LICENSE.md",
6363
"CHANGELOG.md"
64-
]
64+
],
65+
"message": "chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"
6566
}
6667
]
6768
]

0 commit comments

Comments
 (0)