publishing.md
The release process here mostly follows along with the vbump script that @indexzero wrote several years ago, but the main steps for a release are as follows:
v3.7.0) and don't forget to click the 'Create new tag on publish' option below (this step is annoyingly easy to miss):
npm publish and complete npm 2FA as needed.npm dist-tag add [email protected] 3.x-latest.npm dist-tag ls.A more professional version of this would probably use a release branch off master to make sure no other maintainers merge a PR into master between the loading of a compare view for changelog preparation and completion of the process, but we're such a small team that the extra steps are probably not needed. After release, you can also verify with the compare view between the new and prior release tags to see when the latest change was and verify it was before you started the process.