usercont / rpms / colin

Forked from rpms/colin 5 years ago
Clone
Blob Blame History Raw
diff --git a/release-conf.yaml b/release-conf.yaml
index 77c8101..4543ef8 100644
--- a/release-conf.yaml
+++ b/release-conf.yaml
@@ -1,13 +1,15 @@
 # list of major python versions that release-bot will build separate wheels for
 python_versions:
   - 3
-  
+
 # whether to release on fedora
 fedora: true
 # list of fedora branches bot should release on. Master is always implied
+
 fedora_branches:
+  - f30
   - f29
-  - f28
+
 # whether to allow bot to make PRs based on issues
 trigger_on_issue: true