-
Notifications
You must be signed in to change notification settings - Fork 325
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
Separate templates for changelogs and releases #150
Comments
Hello @classyentrepreneur glad you're enjoying it! Unfortunately, there is not an option that allows this scenario right now. Something that could help would be to have a |
I'm afraid, I don't understand :( Would you be so kind to provide some more details on how I could set it up? Thanks a ton! |
Sorry I'll try to explain better: Right now there isn't a way of achieving it in a clean way. The solution would be for us to create a # release uses default configuration file
gren release
# changelog uses a different one
gren changelog --config=.grenrc.changelog.js I've created an issue to address it (#152). ... in the mean time ... There is a manual and "hacky" way you can achieve this: You might know that # "somedir" contains a .grenrc.js file with the configuration for the changelog
cd ~/somedir
# Run gren from that folder. It will use the configuration file available there
gren changelog --username=github-tools --repo=github-release-notes |
Thanks for the clarification! I'm afraid, I already have the config file in the project folder used for the release notes :( |
As my repo is private, I'd like to keep links to issues in the release notes and remove them from the CHANGELOG.md file.
Any hints?
Thanks a lot for GREN, it's awesome!
The text was updated successfully, but these errors were encountered: