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

feat(writer): allow passing of custom types #56

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

Conversation

teodragovic
Copy link

No description provided.

@teodragovic teodragovic marked this pull request as ready for review January 28, 2020 21:24
@teodragovic teodragovic mentioned this pull request Jan 28, 2020
@andremescaline
Copy link

andremescaline commented Feb 26, 2020

you need to modify code not to use ES6 to perform all travis checks done.

README.md Outdated Show resolved Hide resolved
Co-Authored-By: Scott Brenner <scott@scottbrenner.me>
@andremescaline
Copy link

andremescaline commented Jan 12, 2022

@ScottBrenner any updates on merging this PR?

@@ -47,6 +47,10 @@ Where `flags` is an optional comma-separated list of one or more of the followin

And `category` can be anything of your choice. If you use a type not found in the list (but it still follows the same format of the message), it'll be grouped under `other`.

### Configuration

You can set custom types by passing a configuration object with the `types` property. Configuration can be set via a `.generate-changelogrc` file, written in [INI](https://en.wikipedia.org/wiki/INI_file) or [JSON](http://json.org/example). **No** file extensions (`.json` or `.ini`) should be used.
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

what about yaml?

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

Successfully merging this pull request may close these issues.

None yet

4 participants