Last active
November 9, 2021 14:08
-
-
Save aslakhellesoy/878599eb55fabfe8452c1128001c38eb to your computer and use it in GitHub Desktop.
Changelog links
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
git tag --sort=-creatordate | awk 'BEGIN { nxt = "HEAD" } | |
{ printf "[%s]: https://github.com/cucumber/XXXXXX/compare/%s...%s\n", (nxt=="HEAD")? "Unreleased" : substr(nxt,2), $1, nxt } | |
{ nxt = $1 } | |
' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment