This file contains hidden or 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
# ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ | |
# β changelog.nu β produce collapsible-Markdown release notes from jj log β | |
# β β | |
# β Usage: nu changelog.nu [<revset>] β | |
# β β <revset> always appends "~empty()" to drop empty commits. β | |
# β Needs: Nushell 0.91+ β’ jj 0.24+ β | |
# ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ | |
export def main [revset: string] { |
OlderNewer