stoplightio / vscode-spectral

VS Code extension bringing the awesome Spectral JSON/YAML linter with OpenAPI/AsyncAPI support

Home Page:https://marketplace.visualstudio.com/items?itemName=stoplight.spectral

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Release a new version on marketplace, featuring Spectral 5.8

ioggstream opened this issue · comments

Chore summary
The vscode marketplace still refers to v0.2.4

Tasks

  • tag a new release
  • publish on marketplace

Additional context
@philsturgeon let us know if we can help

@nulltoken can you help us out here? I haven’t learned the release process here yet.

@philsturgeon Of course. The process is pretty simple.

  • Create a PR which updates the changelog and bumps the version attribute of package.json (eg. 0.2.5)
  • When the PR is merged, locally tag the merged commit, giving it a name starting with a v (eg. v0.2.5) then push this tag. This will trigger the release workflow that will eventually publish the new VSCode extension version.

@nulltoken Thank you! Done. I'll get this back over to semantic-release like some of our other libraries, but this was easy thanks to your instructions.

@ioggstream "Your extension will live at https://marketplace.visualstudio.com/items?itemName=stoplight.spectral (might take a few minutes for it to show up)."

Thanks @nulltoken and @philsturgeon ! Great work!