We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ba3297 commit 2283aa3Copy full SHA for 2283aa3
CHANGELOG.md
@@ -0,0 +1 @@
1
+See the [G]itHub Releases page](https://github.com/Mojang/minecraft-debugger/releases) for changelogs and releases.
release.config.js
@@ -3,12 +3,6 @@ module.exports = {
3
plugins: [
4
'@semantic-release/commit-analyzer',
5
'@semantic-release/release-notes-generator',
6
- [
7
- '@semantic-release/changelog',
8
- {
9
- changelogFile: 'CHANGELOG.md',
10
- },
11
- ],
12
[
13
'semantic-release-vsce',
14
{
@@ -25,11 +19,5 @@ module.exports = {
25
19
],
26
20
},
27
21
28
29
- '@semantic-release/git',
30
31
- message: 'chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}',
32
33
34
22
35
23
};
0 commit comments