microsoft / vscode-debugadapter-node

Debug adapter protocol and implementation for VS Code.
Other
271 stars 77 forks source link

refactor: use npm workspace instead of lerna #281

Closed connor4312 closed 1 year ago

connor4312 commented 1 year ago

Lerna was deprecated a few months ago, and workspaces have gotten better. Version bumping now goes through npm again, with a standard npm version command. Usage is still the same as what's the in DAP contributing.md.

Making this in prep for updating the release pipelines.

connor4312 commented 1 year ago

edit: made a shell script for bumping instead of using a script, which automates a few things -- npm version doesn't automatically tag and push when in a workspace.