microsoft / vscode-css-languageservice

CSS, LESS & SCSS language service extracted from VSCode to be reused, e.g in the Monaco editor.
MIT License
317 stars 176 forks source link

release pipeline: add quality #318

Closed aeschli closed 1 year ago

aeschli commented 1 year ago

@lszomoru Just to double check, SetPackageSpec.PACKAGE_SPEC is something that is set to the current node module name. I don't need to set anything right?

dist-tag add $(SetPackageSpec.PACKAGE_SPEC) next
lszomoru commented 1 year ago

@aeschli, that is correct. That environment variable is set in the template itself so you can just use it.