taozhi8833998 / node-sql-parser

Parse simple SQL statements into an abstract syntax tree (AST) with the visited tableList and convert it back to SQL
https://taozhi8833998.github.io/node-sql-parser/
Apache License 2.0
780 stars 174 forks source link

[QUESTION] What is required for release of 5.1.0? #1874

Closed zwallacedev closed 3 months ago

zwallacedev commented 4 months ago

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?

taozhi8833998 commented 4 months ago
  1. 5.1.0 will be released in the next week, you can get it from the milestone
  2. 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.
  3. but the version is not automated, how can we do that? can you share it.
zwallacedev commented 4 months ago

Yep! I'll submit an MR in the next few days for you.

taozhi8833998 commented 4 months ago

@zwallacedev Thanks for your help. BTW, you can share the idea first, and code later.