apache-superset / superset-ui-plugins-deckgl

deck.gl plugins for Superset
https://apache-superset.github.io/superset-ui-plugins-deckgl/
Apache License 2.0
18 stars 19 forks source link

build: add commands to release via lerna #27

Closed ktmud closed 3 years ago

ktmud commented 3 years ago

🏆 Enhancements 🏠 Internal

v0.4.2 seems to have been published without a tag pushed to remote (which will automatically happen if lerna version is used).

While a long-term solution is to setup auto-release like superset-ui, providing these quick yarn command shortcuts might help preventing future untracked releases.

yarn release-patch-version
yarn release-minor-version
ktmud commented 3 years ago

Allow me to admin merge as this is very low-risk.