This repository has been archived on 2024-05-31. You can view files and clone it, but cannot push or open issues or pull requests.
2018-12-14 13:28:15 +00:00
|
|
|
[bumpversion]
|
2023-01-05 09:01:30 +00:00
|
|
|
current_version = 2022.12.2
|
2018-12-14 13:28:15 +00:00
|
|
|
tag = True
|
|
|
|
commit = True
|
2022-06-21 21:31:27 +00:00
|
|
|
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)
|
2022-07-04 19:10:20 +00: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 16:21:53 +00:00
|
|
|
[bumpversion:file:docker-compose.yml]
|
|
|
|
|
2021-06-29 14:34:42 +00:00
|
|
|
[bumpversion:file:schema.yml]
|
|
|
|
|
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]
|
|
|
|
|
2022-09-22 21:44:49 +00:00
|
|
|
[bumpversion:file:web/src/common/constants.ts]
|