shell command 

git log --oneline origin/trunk.. |
awk '$2 != "Bump" && $2 != "chore:" && $2 != "Translate:" && !($2 == "New" && $3 == "Crowdin")' |
sed 's/^/* /; s@(#\([0-9][0-9][0-9][0-9][0-9]\))@[#\1](https://github.com/mastodon/mastodon/issues/\1)@g; s@(#\([0-9][0-9][0-9][0-9]\))@[#\1](https://github.com/glitch-soc/mastodon/issues/\1)@g'
Follow

test post re: shell command 

git log --oneline origin/trunk.. |
tac | # oldest commits first
awk '$2 != "Bump" && $2 != "chore:" && $2 != "Translate:" && !($2 == "New" && $3 == "Crowdin")' |
sed 's/^/* /; s@(#\([0-9][0-9][0-9][0-9][0-9]\))@([#\1](https://github.com/mastodon/mastodon/issues/\1))@g; s@(#\([0-9][0-9][0-9][0-9]\))@([#\1](https://github.com/glitch-soc/mastodon/issues/\1))@g'
Sign in to participate in the conversation
📟🐱 GlitchCat

A small, community‐oriented Mastodon‐compatible Fediverse (GlitchSoc) instance managed as a joint venture between the cat and KIBI families.