-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release checklist #429
Comments
This action will be handy for the release pipeline: https://github.com/HaaLeo/publish-vscode-extension We can also get more badges from https://shields.io/ once the repo is public. |
One more thing to do is to check it on the repo with a lot of columns / data files. See that we are not breaking and can handle (cut the scope) so that the extension doesn't kill the whole system. We could use https://github.com/iterative/dvcgen for this. |
See this slack thread for discussion on large repo performance |
Current list of Licenses: ❯ npx license-checker --summary
npx: installed 58 in 1.577s
├─ MIT: 1554
├─ ISC: 137
├─ BSD-3-Clause: 102
├─ BSD-2-Clause: 41
├─ Apache-2.0: 36
├─ (MIT OR CC0-1.0): 4
├─ CC0-1.0: 3
├─ MPL-2.0: 3
├─ Unlicense: 3
├─ MIT*: 3
├─ CC-BY-4.0: 2
├─ WTFPL: 2
├─ 0BSD: 2
├─ (Unlicense OR Apache-2.0): 1
├─ Python-2.0: 1
├─ (MIT OR Apache-2.0): 1
├─ Custom: http://github.com/substack/node-bufferlist: 1
├─ UNLICENSED: 1
├─ LGPL-3.0: 1
├─ (MIT OR WTFPL): 1
├─ BSD*: 1
├─ (Apache-2.0 OR MPL-1.1): 1
├─ ODC-By-1.0: 1
├─ (BSD-3-Clause OR GPL-2.0): 1
├─ (MIT AND Zlib): 1
├─ (WTFPL OR MIT): 1
├─ (BSD-2-Clause OR MIT OR Apache-2.0): 1
├─ (MIT AND BSD-3-Clause): 1
├─ (BSD-2-Clause OR WTFPL): 1
├─ CC-BY-3.0: 1
└─ (MIT OR GPL-3.0): 1
👍🏻 good to go. |
both dependent on #1603 |
Related to publishing to Open VSX - EclipseFdn/open-vsx.org#1024 |
Things that need to happen before we make a public release announcement
telemetry.enableTelemetry
to false (Story: Product analytics #511 (comment)).master
tomain
Won't do
dvc status
is releasedThe text was updated successfully, but these errors were encountered: