Skip to content

Commit

Permalink
fix(ci): Remove extra comment in manifest.json
Browse files Browse the repository at this point in the history
  • Loading branch information
andymac4182 committed Apr 6, 2023
1 parent e34887a commit 05d9657
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "obsidian-confluence",
"name": "Confluence Integration",
"version": "1.2.2", // x-release-please-version
"version": "1.2.2",
"minAppVersion": "1.0.0",
"description": "This plugin allows you to publish your notes to Confluence",
"author": "obsidian-confluence",
Expand Down
8 changes: 7 additions & 1 deletion release-please-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,13 @@
"release-type": "node",
"include-v-in-tag": false,
"include-component-in-tag": false,
"extra-files": ["manifest.json"]
"extra-files": [
{
"type": "json",
"path": "manifest.json",
"jsonpath": "$.version"
}
]
}
}
}

0 comments on commit 05d9657

Please sign in to comment.