ghdna / athena-express

Athena-Express can simplify executing SQL queries in Amazon Athena AND fetching cleaned-up JSON results in the same synchronous or asynchronous request - well suited for web applications.
https://www.npmjs.com/package/athena-express
MIT License
179 stars 70 forks source link

Feature request: tag releases in GitHub #61

Closed neverendingqs closed 3 years ago

neverendingqs commented 3 years ago

By tagging the releases, users can use the tags to discover what was introduced between releases.

If desired, here's an example of how to create a release all via GitHub Actions (including tagging the release) (sadly, does not work with branch protection today): https://github.com/neverendingqs/serverless-dotenv-plugin/blob/master/.github/workflows/release.yml

If that looks like something you're interested in, I'm happy to help out by submitting a pull request.

ghdna commented 3 years ago

Last released was tagged. Thanks for bringing it to my notice.