-
Notifications
You must be signed in to change notification settings - Fork 86
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
How to read tag that created in the new line? #66
Comments
Hello!
Currently you can only add a section (feat...) per commit. Because commits
best practices tells that you should only do one specific task per commit.
Anyway, i'm working on New changes so I might think in a way of adding two
sections to the same co.mit message. But for now it's not possible. I will
tell you if I develop it.
``
El 16 dic. 2016 3:16 p. m., "Adam Chen Wei" <notifications@github.com>
escribió:
… For example for a single commit message I have
feat(ad): make new ad
some note here
reg(ad): need a walk through
so in the 3rd line, there will be a reg tag, but even I added in the
changelogrc, it seems still not get recognized.
How can I make it recognizable even its not at the beginning of the commit
message?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#66>, or mute the
thread
<https://github.com/notifications/unsubscribe-auth/ABGXAPaMMojYRXNn5DOK6pTAQoQgVP4vks5rIp1FgaJpZM4LPOh6>
.
|
@rafinskipg would you point to the correct section to work on? I can see if I can work on it! thanks |
also, I wonder if I can just keep everything after the |
hello @adamchenwei I have done a test with your commit and i can get all as a body with the current version:
What is the output you are getting? About the other thing, getting 2 Section greps per commits, i'm not sure if its a good idea, it adds a lot of complexity. But the place to do it would be on the function |
@rafinskipg ahhhhh cooool, so you are using Thought? Is that suppose to be? But I dont want |
HI @adamchenwei i will test it later but the changelog is markdown so a \n would not be shown. I think you were doing it right at the first time. You don't have to type the '\n' stuff. You can try to just do But i'll tell you tomorrow, i should do some tests with more messages and generate the logs. |
@rafinskipg yes, I actually tried use |
For example for a single commit message I have
so in the 3rd line, there will be a
reg
tag, but even I added in the changelogrc, it seems still not get recognized.How can I make it recognizable even its not at the beginning of the commit message?
The text was updated successfully, but these errors were encountered: