mirror of
https://gitlab.com/veilid/veilidchat.git
synced 2025-06-07 06:02:41 -04:00
bump2version integration
This commit is contained in:
parent
70e5012d37
commit
7d80bf59bd
2 changed files with 24 additions and 1 deletions
23
.bumpversion.cfg
Normal file
23
.bumpversion.cfg
Normal file
|
@ -0,0 +1,23 @@
|
||||||
|
[bumpversion]
|
||||||
|
current_version = 0.1.2+5
|
||||||
|
commit = False
|
||||||
|
tag = False
|
||||||
|
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)\+(?P<buildcode>\d+)
|
||||||
|
serialize =
|
||||||
|
{major}.{minor}.{patch}+{buildcode}
|
||||||
|
|
||||||
|
[bumpversion:file:pubspec.yaml]
|
||||||
|
search = version: {current_version}
|
||||||
|
replace = version: {new_version}
|
||||||
|
|
||||||
|
[bumpversion:part:major]
|
||||||
|
first_value = 0
|
||||||
|
|
||||||
|
[bumpversion:part:minor]
|
||||||
|
first_value = 0
|
||||||
|
|
||||||
|
[bumpversion:part:patch]
|
||||||
|
first_value = 0
|
||||||
|
|
||||||
|
[bumpversion:part:buildcode]
|
||||||
|
first_value = 1
|
|
@ -1,7 +1,7 @@
|
||||||
name: veilidchat
|
name: veilidchat
|
||||||
description: VeilidChat
|
description: VeilidChat
|
||||||
publish_to: 'none'
|
publish_to: 'none'
|
||||||
version: 0.1.2+4
|
version: 0.1.2+5
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
sdk: '>=3.2.0 <4.0.0'
|
sdk: '>=3.2.0 <4.0.0'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue