We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16b0db2 commit a408448Copy full SHA for a408448
.bumpversion.cfg
@@ -3,10 +3,10 @@ current_version = 2.4.1
3
commit = True
4
tag = False
5
6
-[bumpversion:file:app.manifest]
+[bumpversion:file:packages/splunk_plotly_collection_viz/app.manifest]
7
search = "version": "{current_version}"
8
replace = "version": "{new_version}"
9
10
-[bumpversion:file:default/app.conf]
+[bumpversion:file:packages/splunk_plotly_collection_viz/default/app.conf]
11
search = version = {current_version}
12
replace = version = {new_version}
0 commit comments