Skip to content

Instantly share code, notes, and snippets.

@MrDwarf7
Created August 26, 2024 08:47
Show Gist options
  • Save MrDwarf7/51e14d0df9b79548d55429fdb7940b5b to your computer and use it in GitHub Desktop.
Save MrDwarf7/51e14d0df9b79548d55429fdb7940b5b to your computer and use it in GitHub Desktop.
#!/bin/bash
clog --setversion v$(toml get Cargo.toml package.version |sed 's/"//g' | rg '\d+\.\d+\.\d+') \
&& git add CHANGELOG.md && git commit -m "chore: add changelog for pre release"
#https://github.com/zitsen/xlsx2csv.rs/blob/e557aeb039fb1be3b2fa8f375441bcf95dead605/clog.sh#L1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment