Skip to content

Commit

Permalink
Merge branch 'master' into production
Browse files Browse the repository at this point in the history
  • Loading branch information
HejdaJakub committed Sep 11, 2023
2 parents 871ac2e + 019deee commit 50a3042
Showing 1 changed file with 13 additions and 14 deletions.
27 changes: 13 additions & 14 deletions .releaserc.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,52 +22,57 @@
"types": [
{
"type": "feat",
"hidden": false
"section": "Features"
},
{
"type": "fix",
"hidden": false
"section": "Bug Fixes"
},
{
"type": "perf",
"hidden": false
"section": "Performance Improvements"
},
{
"type": "revert",
"hidden": false
"section": "Reverts"
},
{
"type": "docs",
"section": "Documentation",
"hidden": true
},
{
"type": "style",
"section": "Code style",
"hidden": true
},
{
"type": "chore",
"section": "Others",
"hidden": true
},
{
"type": "refactor",
"section": "Refactoring",
"hidden": true
},
{
"type": "test",
"section": "Tests",
"hidden": true
},
{
"type": "build",
"section": "Build",
"hidden": true
},
{
"type": "ci",
"section": "CI",
"hidden": true
}
],
"issuePrefixes": [
"ST"
],
"issuePrefixes": ["ST"],
"issueUrlFormat": "https://perunaai.atlassian.net/browse/{{prefix}}{{id}}"
},
"parserOpts": {
Expand Down Expand Up @@ -98,12 +103,7 @@
[
"@semantic-release/git",
{
"assets": [
[
"**/pom.xml"
],
"UPGRADE.md"
],
"assets": [["**/pom.xml"], "UPGRADE.md"],
"message": "chore(release): ${nextRelease.version} \n\n${nextRelease.notes}"
}
],
Expand All @@ -128,4 +128,3 @@
]
]
}

0 comments on commit 50a3042

Please sign in to comment.