CLI release assets
- Canonical
scearchives are published assce-v<version>-<target-triple>.tar.gz - Per-archive SHA-256 checksum files are published as
sce-v<version>-<target-triple>.tar.gz.sha256 - Combined artifact metadata is published as
sce-v<version>-release-manifest.json - Combined artifact manifest signatures are published as
sce-v<version>-release-manifest.json.sig - Combined checksums are published as
sce-v<version>-SHA256SUMS - The npm package tarball is published as
sce-v<version>-npm.tgz - Flatpak source-built packaging metadata is published as
sce-v<version>-flatpak-manifest.tar.gz, with matching.sha256and.jsonmetadata assets; this is not a prebuilt Flatpak app or Flathub publication. - Flatpak source-built
.flatpakbundles are published assce-v<version>-x86_64.flatpakandsce-v<version>-aarch64.flatpak, with matching.sha256and.jsonmetadata assets; install directly withflatpak install --user <url>.
What's Changed
- Database per repo by @davidabram in #144
- Flake speedup by @davidabram in #156
- hooks: Allow Git operations when sce is unavailable by @davidabram in #155
Full Changelog: v0.3.2...v0.3.3