Skip to content

Commit

Permalink
Merge pull request #26 from EmicoEcommerce/beta
Browse files Browse the repository at this point in the history
chore: Removed semantic release changelog functionality
  • Loading branch information
jansentjeu authored Apr 19, 2024
2 parents a82dd40 + 6340319 commit 3841ef4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 21 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"
]
}

0 comments on commit 3841ef4

Please sign in to comment.