Skip to content

Commit

Permalink
fix(ci): Update workflow to not check-things in or generate changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
mammerla committed Aug 21, 2024
1 parent 8406907 commit 7718910
Showing 1 changed file with 1 addition and 20 deletions.
21 changes: 1 addition & 20 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,6 @@
],
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
[
"@semantic-release/changelog",
{
"changelogFile": "CHANGELOG.md"
}
],
[
"@semantic-release/npm",
{
Expand All @@ -39,26 +32,14 @@
[
"@semantic-release/github",
{
"draftRelease": true,
"assets": [
{
"path": "dist/*.tgz",
"label": "Minecraft Creator Tools command line"
}
]
}
],
[
"@semantic-release/git",
{
"assets": [
"CHANGELOG.md",
"package.json",
"app/package.json",
"app/jsnode/package.json",
"app/src/core/Constants.ts"
],
"message": "chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"
}
]
]
},
Expand Down

0 comments on commit 7718910

Please sign in to comment.