Add automated publishing to Open VSX Registry #273
Annotations
1 error
|
commitlint
You have commit messages with errors
⧗ input: Initial plan
✖ subject may not be empty [subject-empty]
✖ type may not be empty [type-empty]
✖ found 2 problems, 0 warnings
ⓘ Get help: https://github.com/conventional-changelog/commitlint/#what-is-commitlint
⧗ input: Add Open VSX Registry publishing support
- Install ovsx CLI as dev dependency
- Update release workflow to publish to Open VSX Registry
- Add OVSX_PAT secret requirement in workflow
- Update release comment to mention both registries
- Add marketplace installation instructions to README
- Add maintainer documentation for Open VSX token setup
Co-authored-by: GordonSmith <[email protected]>
✖ subject may not be empty [subject-empty]
✖ type may not be empty [type-empty]
✖ found 2 problems, 0 warnings
ⓘ Get help: https://github.com/conventional-changelog/commitlint/#what-is-commitlint
⧗ input: Remove caret from ovsx version in package.json
Change "ovsx": "^0.10.6" to "ovsx": "0.10.6" to match project convention of using exact versions for all dependencies.
Co-authored-by: GordonSmith <[email protected]>
✖ subject may not be empty [subject-empty]
✖ type may not be empty [type-empty]
✖ found 2 problems, 0 warnings
ⓘ Get help: https://github.com/conventional-changelog/commitlint/#what-is-commitlint
|