mirror of
https://gitlab.com/veilid/veilidchat.git
synced 2024-10-01 06:55:46 -04:00
bump2version integration
This commit is contained in:
parent
70e5012d37
commit
7d80bf59bd
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
|
||||
description: VeilidChat
|
||||
publish_to: 'none'
|
||||
version: 0.1.2+4
|
||||
version: 0.1.2+5
|
||||
|
||||
environment:
|
||||
sdk: '>=3.2.0 <4.0.0'
|
||||
|
Loading…
Reference in New Issue
Block a user