mirror of
https://github.com/iosonntag/obsidian-plugin-treefocus.git
synced 2026-07-22 08:40:29 +00:00
fix(ci): invalid release config
This commit is contained in:
parent
ff24a08f0b
commit
7845a78f71
1 changed files with 2 additions and 2 deletions
|
|
@ -68,7 +68,7 @@ module.exports = {
|
|||
// { "path": "dist/asset.min.js", "label": "JS distribution" }
|
||||
// ]
|
||||
// },
|
||||
[
|
||||
// [
|
||||
// "@semantic-release/git",
|
||||
// {
|
||||
// "assets": [
|
||||
|
|
@ -81,7 +81,7 @@ module.exports = {
|
|||
// ],
|
||||
// "message": "chore(release): v${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"
|
||||
// }
|
||||
]
|
||||
// ]
|
||||
],
|
||||
"dryRun": false,
|
||||
"preset": "angular"
|
||||
|
|
|
|||
Loading…
Reference in a new issue