Skip to content

Commit 2c0c79f

Browse files
committed
chore: Update release-please configuration to include component tag option
- Added "include-component-in-tag" option set to false in release-please-config.json for the Prometheus Todoist Exporter, enhancing tag management.
1 parent eba2ded commit 2c0c79f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

release-please-config.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
"packages": {
33
".": {
44
"release-type": "python",
5-
"package-name": "prometheus-todoist-exporter"
5+
"package-name": "prometheus-todoist-exporter",
6+
"include-component-in-tag": false
67
}
78
},
89
"bump-minor-pre-major": true,

0 commit comments

Comments
 (0)