Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
docker-borg-backup
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
GitHub Mirror
AnotherStranger
docker-borg-backup
Commits
9366553d
Commit
9366553d
authored
1 month ago
by
André Büsgen
Browse files
Options
Downloads
Plain Diff
Merge branch 'main' of github.com:AnotherStranger/docker-borg-backup into dev
parents
12af3bb8
020ca28c
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.releaserc.json
+51
-20
51 additions, 20 deletions
.releaserc.json
CHANGELOG.md
+0
-1632
0 additions, 1632 deletions
CHANGELOG.md
with
51 additions
and
1652 deletions
.releaserc.json
+
51
−
20
View file @
9366553d
...
@@ -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.
Click to expand it.
CHANGELOG.md
deleted
100644 → 0
+
0
−
1632
View file @
12af3bb8
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment