Skip to content

Instantly share code, notes, and snippets.

@lund0n
Created December 14, 2023 22:28
Show Gist options
  • Save lund0n/103e6295f783445d916dc461406f727d to your computer and use it in GitHub Desktop.
Save lund0n/103e6295f783445d916dc461406f727d to your computer and use it in GitHub Desktop.
Get a Changeset summary follow a changeset version
git diff packages/*/CHANGELOG.md | grep -E '^( ?# |\+[^+])' | cut -c 2- | sed 's/^\(#.*\)$/\1\n/' | pbcopy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment