Skip to content

Commit 2283aa3

Browse files
committed
fix(changelog): Updated CHANGELOG.md to point to the right page for VS Marketplace
1 parent 2ba3297 commit 2283aa3

File tree

2 files changed

+1
-12
lines changed

2 files changed

+1
-12
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
See the [G]itHub Releases page](https://github.com/Mojang/minecraft-debugger/releases) for changelogs and releases.

release.config.js

-12
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,6 @@ module.exports = {
33
plugins: [
44
'@semantic-release/commit-analyzer',
55
'@semantic-release/release-notes-generator',
6-
[
7-
'@semantic-release/changelog',
8-
{
9-
changelogFile: 'CHANGELOG.md',
10-
},
11-
],
126
[
137
'semantic-release-vsce',
148
{
@@ -25,11 +19,5 @@ module.exports = {
2519
],
2620
},
2721
],
28-
[
29-
'@semantic-release/git',
30-
{
31-
message: 'chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}',
32-
},
33-
],
3422
],
3523
};

0 commit comments

Comments
 (0)