Closed lukaspili closed 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
?
@shahidhk
Thank you for clarifying the releasing policy. Yes, there's npm tag
, which is different from version
. I published description on README.
# 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
@lukaspili Thanks for making an issue! v1.1.0-beta.1
and v1.1.0-beta.2
are published :)
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.