We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0383da commit 0ba4ec6Copy full SHA for 0ba4ec6
config.yaml
@@ -13,6 +13,15 @@ repos:
13
rhel8_package: rust-afterburn
14
rhel9_package: rust-afterburn
15
16
+ bootupd:
17
+ url: https://github.com/coreos/bootupd
18
+ vars:
19
+ git_repo: bootupd
20
+ crate: bootupd
21
+ fedora_package: rust-bootupd
22
+ rhel8_package: rust-bootupd
23
+ rhel9_package: rust-bootupd
24
+
25
butane:
26
url: https://github.com/coreos/butane
27
vars:
rust/release-checklist.yaml
@@ -9,6 +9,9 @@ files:
9
10
do_release_notes_doc: true
11
12
+ - repo: bootupd
+ path: .github/ISSUE_TEMPLATE/release-checklist.md
- repo: coreos-installer
path: .github/ISSUE_TEMPLATE/release-checklist.md
0 commit comments