ci(minor): fix path in bumpversion config
This commit is contained in:
parent
1cd149c815
commit
3c6e94b6a8
|
@ -10,7 +10,7 @@ tag_name = version/{new_version}
|
|||
[bumpversion:part:release]
|
||||
optional_value = stable
|
||||
first_value = beta
|
||||
values =
|
||||
values =
|
||||
alpha
|
||||
beta
|
||||
stable
|
||||
|
@ -23,5 +23,5 @@ values =
|
|||
|
||||
[bumpversion:file:passbook/__init__.py]
|
||||
|
||||
[bumpversion:file:passbook/core/nginx.conf]
|
||||
[bumpversion:file:docker/nginx.conf]
|
||||
|
||||
|
|
Reference in New Issue