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

31 lines
672 B
INI
Raw Normal View History

2018-12-14 13:28:15 +00:00
[bumpversion]
2020-09-17 08:10:39 +00:00
current_version = 0.10.3-stable
2018-12-14 13:28:15 +00:00
tag = True
commit = True
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)\-(?P<release>.*)
serialize = {major}.{minor}.{patch}-{release}
2019-04-18 08:28:09 +00:00
message = new 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-17 08:10:39 +00:00
values =
2018-12-14 13:28:15 +00:00
alpha
beta
stable
2020-07-12 20:53:25 +00:00
[bumpversion:file:docs/installation/docker-compose.md]
[bumpversion:file:docs/installation/kubernetes.md]
2020-09-09 16:21:53 +00:00
[bumpversion:file:docker-compose.yml]
2019-12-16 21:05:16 +00:00
[bumpversion:file:helm/values.yaml]
2019-02-27 08:33:26 +00:00
2019-12-16 21:05:16 +00:00
[bumpversion:file:helm/Chart.yaml]
2019-02-08 14:09:15 +00:00
[bumpversion:file:.github/workflows/release.yml]
2019-02-08 14:09:15 +00:00
2018-12-14 13:28:15 +00:00
[bumpversion:file:passbook/__init__.py]