node-sql-parser
node-sql-parser copied to clipboard
[QUESTION] What is required for release of 5.1.0?
There are changes I need within the release tagged with 5.1.0. Is there a timeline for this?
Side note: have you thought about implementing automatic changelog, automated versioning, and automated package deployment?
- We have done this in a corporate enterprise solution that turned out to be fairly simple with the use of commitlint / github actions. Lmk if this is something you are interested in.
-
5.1.0will be released in the next week, you can get it from the milestone - when a new tag is released, the change log will be generated automatically and be published to the npm and github registry by github action.
- but the version is not automated, how can we do that? can you share it.
Yep! I'll submit an MR in the next few days for you.
@zwallacedev Thanks for your help. BTW, you can share the idea first, and code later.