Skip to content

Commit

Permalink
feat(just): add bluefin-specific changelogs (#2189)
Browse files Browse the repository at this point in the history
Co-authored-by: Tulip Blossom <[email protected]>
  • Loading branch information
castrojo and tulilirockz authored Feb 8, 2025
1 parent a4c9cf1 commit dd783ec
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions system_files/shared/usr/share/ublue-os/just/10-update.just
Original file line number Diff line number Diff line change
Expand Up @@ -52,5 +52,11 @@ toggle-updates ACTION="prompt":
alias changelog := changelogs

# Show the changelog

changelogs:
#!/usr/bin/bash
CONTENT=$(curl -s https://api.github.com/repos/ublue-os/bluefin/releases/latest | jq -r '.body')
echo "$CONTENT" | glow -

changelogs-fedora:
rpm-ostree db diff --changelogs

0 comments on commit dd783ec

Please sign in to comment.