Skip to content

Commit

Permalink
chore: Removed semantic release changelog functionality
Browse files Browse the repository at this point in the history
  • Loading branch information
jansentjeu committed Apr 19, 2024
1 parent 89d6b9e commit d7a2e64
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 27 deletions.
1 change: 0 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ on:
push:
branches:
- master
- beta

jobs:
release:
Expand Down
21 changes: 1 addition & 20 deletions .releaserc
Original file line number Diff line number Diff line change
Expand Up @@ -2,30 +2,11 @@
"branches": [
{
"name": "master"
},
{
"name": "beta",
"prerelease": true
}
],
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
"@semantic-release/github",
[
"@semantic-release/changelog",
{
"changelogFile": "CHANGELOG.md"
}
],
[
"@semantic-release/git",
{
"assets": [
"CHANGELOG.md"
],
"message": "chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"
}
]
"@semantic-release/github"
]
}
6 changes: 0 additions & 6 deletions CHANGELOG.md

This file was deleted.

0 comments on commit d7a2e64

Please sign in to comment.