From bf39b282e3ab459fff18937f5e75fecef3f62979 Mon Sep 17 00:00:00 2001 From: Kamil Gabryjelski Date: Thu, 5 Aug 2021 11:45:23 +0200 Subject: [PATCH] chore: readme lint fix --- .../superset-ui-plugins-deckgl/README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/superset-frontend/temporary_superset_ui/superset-ui-plugins-deckgl/README.md b/superset-frontend/temporary_superset_ui/superset-ui-plugins-deckgl/README.md index 9cfa5b744b..8bb28924e7 100644 --- a/superset-frontend/temporary_superset_ui/superset-ui-plugins-deckgl/README.md +++ b/superset-frontend/temporary_superset_ui/superset-ui-plugins-deckgl/README.md @@ -26,12 +26,13 @@ repo. ### Releasing -Make sure you have commit rights to the main `superset-ui-plugins-deckgl` repo, have checked it out (NOT a fork!) and -belong to the `superset-ui` org on npm (=can publish new versions). +Make sure you have commit rights to the main `superset-ui-plugins-deckgl` repo, have checked it out +(NOT a fork!) and belong to the `superset-ui` org on npm (=can publish new versions). 1. `yarn install` 2. `yarn build` -3. `yarn release-patch-version`. This will raise an error, but you should see a new commit and tag, e.g. `v0.4.8` +3. `yarn release-patch-version`. This will raise an error, but you should see a new commit and tag, + e.g. `v0.4.8` 4. go to the DeckGL directory: `cd packages/superset-ui-legacy-preset-chart-deckgl` 5. make sure you're logged into npm: `npm whoami` should display your npm username. 6. `npm publish`