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.
authentik/.bumpversion.cfg

21 lines
471 B
INI
Raw Permalink Normal View History

2018-12-14 13:28:15 +00:00
[bumpversion]
2024-01-09 17:50:48 +00:00
current_version = 2023.10.6
2018-12-14 13:28:15 +00:00
tag = True
commit = True
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]
[bumpversion:file:schema.yml]
2020-12-05 21:08:42 +00:00
[bumpversion:file:authentik/__init__.py]
[bumpversion:file:internal/constants/constants.go]
[bumpversion:file:web/src/common/constants.ts]