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

37 lines
806 B
INI
Raw Permalink Normal View History

2018-12-14 13:28:15 +00:00
[bumpversion]
2021-01-29 09:29:06 +00:00
current_version = 2021.1.4-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}
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
[bumpversion:file:website/docs/installation/docker-compose.md]
2020-07-12 20:53:25 +00:00
[bumpversion:file:website/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
2020-12-12 20:27:05 +00:00
[bumpversion:file:helm/README.md]
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
2020-12-05 21:08:42 +00:00
[bumpversion:file:authentik/__init__.py]
2021-01-16 22:04:19 +00:00
[bumpversion:file:outpost/pkg/version.go]
[bumpversion:file:web/src/constants.ts]