-
-
Notifications
You must be signed in to change notification settings - Fork 49
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
Generate Changelog between specified commits #180
Comments
Hi @JesseKPhillips, Thank you for suggesting this feature! The I had something in mind to achieve it but it seems to differ from what you suggest: gitmoji-changelog --from 1.0.0 --to 2.0.0 |
I don't always have a tag on a release, I build the version based on the previous tag and commit count. Most git commands accept tag, hash, branch and some a search so I figured that it would be easiest to pass through. I suggested the syntax git uses for spanning commits, though they might use three dots.
|
@bpetetot what are your thoughts on this suggestion? |
Yes seems a good idea. If it's done, I think it should follow the git syntax. |
@JesseKPhillips are you interested in doing this? |
I'm not going to say no, but due to my lack of familiarity in Javascript and other activities I won't expect to get started or finish anytime soon. I took a quick look at the code but didn't feel I was following along for what I would need to change. |
Feature Request to provide commandline options allowing to specific the commits to build a changelog for.
Usage:
gitmoji-changelog generate [--version <version>] <oldest commit>[...latest commit]
This would allow for generating an organized list of commits in the form a changelog at any arbitrary Git reference (branch, hash, tag).
My thought is that I would past this result into the GitLab Changelog of a specific tag.
Git diff doc
git diff [<options>] <commit>...<commit>
The text was updated successfully, but these errors were encountered: