Skip to content

Commit

Permalink
Merge pull request #118 from gcba/fix_release
Browse files Browse the repository at this point in the history
fix: release
  • Loading branch information
VictoriaIleanaRodriguezMora authored Nov 21, 2024
2 parents 900c765 + caa37a3 commit 43f7209
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,41 @@
"repository": {
"type": "git",
"url": "https://github.com/gcba/Obelisco-v2.git"
},
"release": {
"branches": [
"main"
],
"plugins": [
[
"@semantic-release/commit-analyzer",
{
"preset": "conventionalcommits",
"releaseRules": [
{
"type": "fix",
"release": "patch"
},
{
"type": "feat",
"release": "minor"
},
{
"type": "docs",
"release": false
},
{
"type": "chore",
"release": false
}
]
}
],
"@semantic-release/release-notes-generator",
"@semantic-release/changelog",
"@semantic-release/npm",
"@semantic-release/github",
"@semantic-release/git"
]
}
}

0 comments on commit 43f7209

Please sign in to comment.