Skip to content
Snippets Groups Projects
Commit 9366553d authored by André Büsgen's avatar André Büsgen
Browse files

Merge branch 'main' of github.com:AnotherStranger/docker-borg-backup into dev

parents 12af3bb8 020ca28c
Branches
No related tags found
No related merge requests found
...@@ -58,16 +58,56 @@ ...@@ -58,16 +58,56 @@
"preset": "conventionalcommits", "preset": "conventionalcommits",
"presetConfig": { "presetConfig": {
"types": [ "types": [
{ "type": "build", "section": "Build System", "hidden": false }, {
{ "type": "chore", "section": "Build System", "hidden": false }, "type": "build",
{ "type": "ci", "section": "Continuous Integration", "hidden": false }, "section": "Build System",
{ "type": "docs", "section": "Documentation", "hidden": false }, "hidden": false
{ "type": "feat", "section": "Features", "hidden": false }, },
{ "type": "fix", "section": "Bug Fixes", "hidden": false }, {
{ "type": "perf", "section": "Performance Improvements", "hidden": false }, "type": "chore",
{ "type": "refactor", "section": "Code Refactoring", "hidden": false }, "section": "Build System",
{ "type": "style", "section": "Styles", "hidden": false }, "hidden": false
{ "type": "test", "section": "Tests", "hidden": false } },
{
"type": "ci",
"section": "Continuous Integration",
"hidden": false
},
{
"type": "docs",
"section": "Documentation",
"hidden": false
},
{
"type": "feat",
"section": "Features",
"hidden": false
},
{
"type": "fix",
"section": "Bug Fixes",
"hidden": false
},
{
"type": "perf",
"section": "Performance Improvements",
"hidden": false
},
{
"type": "refactor",
"section": "Code Refactoring",
"hidden": false
},
{
"type": "style",
"section": "Styles",
"hidden": false
},
{
"type": "test",
"section": "Tests",
"hidden": false
}
] ]
}, },
"releaseRules": [ "releaseRules": [
...@@ -121,19 +161,10 @@ ...@@ -121,19 +161,10 @@
[ [
"@semantic-release/github" "@semantic-release/github"
], ],
[
"@semantic-release/changelog",
{
"changelogFile": "CHANGELOG.md"
}
],
[ [
"@semantic-release/git", "@semantic-release/git",
{ {
"message": "chore(release): ${nextRelease.version}\n\n${nextRelease.notes}", "message": "chore(release): ${nextRelease.version}\n\n${nextRelease.notes}"
"assets": [
"CHANGELOG.md"
]
} }
] ]
] ]
......
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment