Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add taiki-e/parse-changelog #491

Merged
merged 1 commit into from
Jun 18, 2024
Merged

Conversation

abhinav
Copy link
Contributor

@abhinav abhinav commented Jun 17, 2024

parse-changelog is a tool to parse changelog files
and extract sections of them in a scriptable way.
It provides JSON or plain text output which can be fed into other tools.
For example, it can fill in release notes for goreleaser
instead of using commit messages.

# e.g.
goreleaser release \
  --release-notes <(parse-changelog CHANGELOG.md $VERSION)

parse-changelog is a tool to parse changelog files
and extract sections of them in a scriptable way.
It provides JSON or plain text output which can be fed into other tools.
For example, it can fill in release notes for goreleaser
instead of using commit messages.

    # e.g.
    goreleaser release \
      --release-notes <(parse-changelog CHANGELOG.md $VERSION)
@alecthomas alecthomas merged commit 5acc477 into cashapp:master Jun 18, 2024
2 checks passed
@alecthomas
Copy link
Collaborator

Nice, thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants