You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
echo "Changelog can be found [here](https://github.com/limine-bootloader/limine/releases/download/$TAG_NAME/ChangeLog)." > rel_notes.txt
90
-
echo "" >> rel_notes.txt
91
-
echo "Binary release can be found [here](https://github.com/limine-bootloader/limine/tree/$TAG_NAME-binary)." >> rel_notes.txt
104
+
cat <<'EOF' >rel_notes.txt
105
+
Changelog can be found [here](https://github.com/limine-bootloader/limine/releases/download/$TAG_NAME/ChangeLog).
106
+
107
+
Binary release can be found [here](https://github.com/limine-bootloader/limine/tree/$TAG_NAME-binary).
108
+
109
+
Tarballs are signed using key ID 05D29860D0A0668AAEFB9D691F3C021BECA23821 which can be obtained from the keyservers: keys.openpgp.org, keyring.debian.org, keyserver.ubuntu.com.
110
+
111
+
Import the public key with:
112
+
```bash
113
+
gpg --keyserver <a keyserver from list above> --recv-keys 05D29860D0A0668AAEFB9D691F3C021BECA23821
114
+
```
115
+
116
+
In order to verify the tarball with the given signature, do:
117
+
```bash
118
+
gpg --verify <tarball sig file> <associated tarball>
0 commit comments