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

Include all commits in CHANGELOG #127

Open
cbou opened this issue Feb 16, 2024 · 0 comments
Open

Include all commits in CHANGELOG #127

cbou opened this issue Feb 16, 2024 · 0 comments
Labels
question Further information is requested

Comments

@cbou
Copy link

cbou commented Feb 16, 2024

Something I'm interested in from standard-version: conventional-changelog#870

Hey,

I'm adding standard-version to our pipeline for internal app and I was wondering if there's an option to include every commit in CHANGELOG file for given release?

Like, having a config file:

// .versionrc.json

  "type": [
    {"type": "feat", "section": "Features"},
    {"type": "fix", "section": "Fixes"},
    {"type":  "*", "section":  "Others"}
  ]

would put every commit that is not feat or fix into Others group?

@cbou cbou added the question Further information is requested label Feb 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant