Skip to content

Commit cc2b09e

Browse files
committed
chore: Simplify release-please configuration by removing extra files section
- Removed the extra-files section from release-please-config.json, streamlining the configuration for the Prometheus Todoist Exporter.
1 parent 212fcdd commit cc2b09e

File tree

1 file changed

+1
-13
lines changed

1 file changed

+1
-13
lines changed

release-please-config.json

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,7 @@
22
"packages": {
33
".": {
44
"release-type": "python",
5-
"package-name": "prometheus-todoist-exporter",
6-
"extra-files": [
7-
{
8-
"type": "json",
9-
"path": "pyproject.toml",
10-
"jsonpath": "$.tool.poetry.version"
11-
},
12-
{
13-
"type": "generic",
14-
"path": "prometheus_todoist_exporter/__init__.py",
15-
"pattern": "__version__ = \"${version}\""
16-
}
17-
]
5+
"package-name": "prometheus-todoist-exporter"
186
}
197
},
208
"bump-minor-pre-major": true,

0 commit comments

Comments
 (0)