The SLDS Validator for Visual Studio Code gets published to the Visual Studio Marketplace, where it is downloaded by users.
- Make code changes
- Update
CHANGELOG
with description of changes - Update semver in
package.json
as appropriate - Run
npm install
to updatepackage-lock.json
with new semver - Run
vsce package
to package new validator and test it
- Obtain Personal Access Token for publisher 'salesforce' by contacting current member of project development team
- Run
vsce publish
to publish new version of validator to Marketplace, entering in access token - Verify extension listing is updated at Marketplace link above
Once latest changes are merged in:
- Pull down the latest master
- Create a git tag using
git tag vMajor.Minor.Patch
- Push up the tag using
git push --tags
- Create a GitHub release with the newly pushed tag here: https://github.com/forcedotcom/salesforcedx-vscode-slds/releases/new
- Release title should be
Release vMajor.Minor.Patch
- Release description should be the latest changelog entry (from above)
- Upload the validator VSIX file as part of the release