jjangga0214 / hasura-cli

Hasura CLI as an npm package
https://www.npmjs.com/package/hasura-cli
91 stars 27 forks source link

Release 1.1.0-beta.1 #20

Closed lukaspili closed 4 years ago

issue-label-bot[bot] commented 4 years ago

Issue-Label Bot is automatically applying the label feature_request to this issue, with a confidence of 0.62. Please mark this comment with :thumbsup: or :thumbsdown: to give our bot feedback!

Links: app homepage, dashboard and code for this bot.

shahidhk commented 4 years ago

@jjangga0214 We'll be releasing beta updates from now on before the stable release. What is the convention that npm packages follow? Add a beta channel so that users can install it like npm i hasura-cli@beta?

jjangga0214 commented 4 years ago

@shahidhk Thank you for clarifying the releasing policy. Yes, there's npm tag, which is different from version. I published description on README.

Screenshot from 2020-01-17 01-42-56

# Currently this will install `v1.1.0-beta.2`.
npm install hasura-cli@beta
# Currently this will install `v1.0.0`.
npm install hasura-cli@latest
# Currently this will install `v1.1.0-beta.2`.
npm install hasura-cli
jjangga0214 commented 4 years ago

@lukaspili Thanks for making an issue! v1.1.0-beta.1 and v1.1.0-beta.2 are published :)