jw3 / example-daffodil-vscode

A VS Code extension for DFDL with Daffodil
Apache License 2.0
2 stars 3 forks source link

Ensure version in package.json matches latest tag. #82

Closed arosien closed 3 years ago

arosien commented 3 years ago

We should be using [npm version] for releases, as it can manage both the git tag and the version specified in the package.json file. Currently the package.json file has version 0.7.0, but the latest tag is v0.0.9.

jw3 commented 3 years ago

closed in #76 by adding a check to the workflow that guards against a vsix being built with a package json version that does not match the git tag version.

https://github.com/jw3/example-daffodil-vscode/blob/master/.github/workflows/release.yml#L22-L24