-
-
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
Preset: read version from file #157
Comments
Hi @jmfayard, Thank you for posting this feature request! I have a few questions. Your project don't use gitmoji. Are you planning to follow it otherwise A preset needs at least 3 properties: a name, a description and a version. Your file only contains a version. You should define where the preset should look for these. The naming of your file seems a bit specific aswell? The list of commits in your two changelogs will be the same? I wondering if a gradle plugin would be what you are really looking for? Sorry for the huge amount of questions. I try to understand what you would best fit to your needs and remain useful for other users 👍 |
Hello @frinyvonnick
|
Ok so you want a sort of standalone preset that works regardless of the technology. Actually We have two issues here:
Thank you for your answers! |
that sounds about right. relative to the first task, if you can come up with a simple file format that contain the information you need, I will update my project tu use that! |
One last thing. In a previous comment I talked about tags. |
I am not sure. Would that help if all my tags are like |
@jmfayard I created a generic preset. You can test it with the canary version. Here is how to use the generic preset:
npx gitmoji-changelog@canary --preset generic Hope it will help! I'll publish it as soon as possible. |
Hello,
I have found out about gitmoji-changelog at https://dev.to/yvonnickfrin/gitmoji-changelog-v2-is-out-51hb and really like the idea
I would like to use it for my project https://github.com/jmfayard/gradle-dependencies-plugins
To make it easy to setup the CI, my versions are in a simple file text
(that would be two changelogs, which is fine)
Not terribly complicated.
The thing is that my javascript skills are closed to undefined so I would be really grateful if someone can write the corresponding preset for me
The text was updated successfully, but these errors were encountered: