automated release process stuff
This commit is contained in:
14
templates/jlcpcb_template/.bumpversion.cfg
Normal file
14
templates/jlcpcb_template/.bumpversion.cfg
Normal file
@@ -0,0 +1,14 @@
|
||||
[bumpversion]
|
||||
current_version = 0.0
|
||||
serialize = {major}.{minor}
|
||||
parse = (?P<major>\d+).(?P<minor>\d+)
|
||||
commit = True
|
||||
tag = True
|
||||
|
||||
[bumpversion:glob:mellifera/*.kicad_pcb]
|
||||
search = (property "PCB_REVISION" "{current_version}")
|
||||
replace = (property "PCB_REVISION" "{new_version}")
|
||||
|
||||
[bumpversion:glob:mellifera/*.kicad_pro]
|
||||
search = "PCB_REVISION": "{current_version}"
|
||||
replace = "PCB_REVISION": "{new_version}"
|
Reference in New Issue
Block a user