2018-12-14 13:28:15 +00:00
|
|
|
[bumpversion]
|
2022-01-22 17:28:40 +00:00
|
|
|
current_version = 2022.1.1
|
2018-12-14 13:28:15 +00:00
|
|
|
tag = True
|
|
|
|
commit = True
|
2021-03-03 19:50:04 +00:00
|
|
|
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)\-?(?P<release>.*)
|
|
|
|
serialize =
|
|
|
|
{major}.{minor}.{patch}-{release}
|
|
|
|
{major}.{minor}.{patch}
|
2020-11-15 15:35:46 +00:00
|
|
|
message = release: {new_version}
|
2018-12-14 13:28:15 +00:00
|
|
|
tag_name = version/{new_version}
|
|
|
|
|
|
|
|
[bumpversion:part:release]
|
|
|
|
optional_value = stable
|
2019-02-27 16:47:41 +00:00
|
|
|
first_value = beta
|
2020-09-19 17:40:58 +00:00
|
|
|
values =
|
2018-12-14 13:28:15 +00:00
|
|
|
alpha
|
|
|
|
beta
|
|
|
|
stable
|
|
|
|
|
2021-12-24 22:25:38 +00:00
|
|
|
[bumpversion:file:pyproject.toml]
|
|
|
|
|
2020-09-09 16:21:53 +00:00
|
|
|
[bumpversion:file:docker-compose.yml]
|
|
|
|
|
2021-06-29 14:34:42 +00:00
|
|
|
[bumpversion:file:schema.yml]
|
|
|
|
|
2021-09-01 17:38:04 +00:00
|
|
|
[bumpversion:file:.github/workflows/release-publish.yml]
|
2019-02-08 14:09:15 +00:00
|
|
|
|
2020-12-05 21:08:42 +00:00
|
|
|
[bumpversion:file:authentik/__init__.py]
|
2020-09-18 23:29:49 +00:00
|
|
|
|
2021-05-04 12:28:48 +00:00
|
|
|
[bumpversion:file:internal/constants/constants.go]
|
|
|
|
|
2020-11-29 17:10:12 +00:00
|
|
|
[bumpversion:file:web/src/constants.ts]
|