-
Notifications
You must be signed in to change notification settings - Fork 127
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
Enable version to be specified #42
base: master
Are you sure you want to change the base?
Conversation
…elog in example code
Nice job ! It's a very good idea for a good CI/CD process. Is it possible to accept this pull request ? |
@robinjoseph08 any updates about that functionality? |
For anyone who want this functionality, I made a fork a while back that includes it: https://github.com/JasonCust/generate-changelog |
This is a great idea for CI/CD! Any updates on this? Any chance to get this merged? |
@JasonCust Any chance you can publish this onto npm under your namespace, e.g. |
Hi all, @julianlam/[email protected] has been published to npm, which is a fork of @JasonCust's fork. The only difference is that it uses the semver package to bump versions, so running |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could this get merged, @lob?
@julianlam Apologies for missing your comment! I had contemplated this but what I did was just create a fork that I have been using personally hoping that @lob might merge it at some point. Unfortunately it seems this repo has gone stale so maybe I should finally go that route as I had thought of a few other improvements as well. |
This is the forked repo if anyone is interested: https://github.com/JasonCust/generate-changelog If I do get around to a writing new version I’ll update this thread. |
@JasonCust If you do publish to npm, you may as well do a fork under a different name. I'd be happy to help maintain. First thing I'd do is just PR my semver change against your repo 😄 |
test(package): ensure a version can be provided
feat(cli, package): provide option to provide external version value (#35)
docs(README): include documentation for version option