2018-12-14 13:28:15 +00:00
|
|
|
[bumpversion]
|
2023-05-26 22:54:12 +01:00
|
|
|
current_version = 2023.5.2
|
2018-12-14 13:28:15 +00:00
|
|
|
tag = True
|
|
|
|
commit = True
|
2022-06-21 22:31:27 +01:00
|
|
|
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)
|
2022-07-04 20:10:20 +01:00
|
|
|
serialize = {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}
|
|
|
|
|
2021-12-24 22:25:38 +00:00
|
|
|
[bumpversion:file:pyproject.toml]
|
|
|
|
|
2020-09-09 17:21:53 +01:00
|
|
|
[bumpversion:file:docker-compose.yml]
|
|
|
|
|
2021-06-29 15:34:42 +01:00
|
|
|
[bumpversion:file:schema.yml]
|
|
|
|
|
2020-12-05 21:08:42 +00:00
|
|
|
[bumpversion:file:authentik/__init__.py]
|
2020-09-19 00:29:49 +01:00
|
|
|
|
2021-05-04 13:28:48 +01:00
|
|
|
[bumpversion:file:internal/constants/constants.go]
|
|
|
|
|
2022-09-22 22:44:49 +01:00
|
|
|
[bumpversion:file:web/src/common/constants.ts]
|