Compare commits

..

No commits in common. "7c4dc296513179d889a63dd88fe67d14bf21c4bd" and "acb8b1e7bf6051b08ef7cbcbffd1e7ab986a15ac" have entirely different histories.

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-keycloak | 0.2 | x | x | x | x | x | | | | |
| c4k-taiga | 0.1 | x | x | x | x | x | x | x | x | | | c4k-taiga | 0.1 | x | x | x | x | x | x | x | x | |
| c4k-nextcloud | 10.2 | x | x | x | x | x | | x | x | | | c4k-nextcloud | 4.0 | x | x | x | x | x | | | x | |
| c4k-jitsi | 1.6 | 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-forgejo | 3.0 | x | x | x | x | x | x | x | x | |
| c4k-shynet | 1.0 | | | | | | | | | | | c4k-shynet | 1.0 | | | | | | | | | |

View file

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