Compare commits

..

2 commits

Author SHA1 Message Date
7c4dc29651 prepare switch to main 2024-05-31 17:03:04 +02:00
3756a5bc63 update refactorings 2024-05-31 17:01:46 +02:00
2 changed files with 2 additions and 2 deletions

View file

@ -378,7 +378,7 @@ You can connect your application to grafana cloud.
| ------------- |---------|:--------------------------:|:---------------------------:|:--------------------------:|:-----------------------------:|:-------------------------:|:--------------------:|:---------------------------------------:|:----------------------:|:----------:|
| c4k-keycloak | 0.2 | x | x | x | x | x | | | | |
| c4k-taiga | 0.1 | x | x | x | x | x | x | x | x | |
| c4k-nextcloud | 4.0 | x | x | x | x | x | | | x | |
| c4k-nextcloud | 10.2 | x | x | x | x | x | | x | x | |
| c4k-jitsi | 1.6 | x | x | x | x | x | x | x | | |
| c4k-forgejo | 3.0 | x | x | x | x | x | x | x | x | |
| c4k-shynet | 1.0 | | | | | | | | | |

View file

@ -23,7 +23,7 @@ def initialize(project):
"release_secondary_build_files": [
"project-cljs.clj",
],
"release_main_branch": "master",
"release_main_branch": "main",
}
build = ReleaseMixin(project, input)