Compare commits
2 commits
acb8b1e7bf
...
7c4dc29651
Author | SHA1 | Date | |
---|---|---|---|
7c4dc29651 | |||
3756a5bc63 |
2 changed files with 2 additions and 2 deletions
|
@ -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 | | | | | | | | | |
|
||||
|
|
2
build.py
2
build.py
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue