asciidoctor / asciidoctor-vscode

AsciiDoc support for Visual Studio Code using Asciidoctor
Other
321 stars 97 forks source link

`package.json` and `package-lock.json` are not in sync after `prepare branch for development [no ci]` #862

Closed ViToni closed 3 months ago

ViToni commented 3 months ago

Please provide details about:

There are commits only changing package.json:

ggrossetie commented 3 months ago

We are using npm pkg set version but it does not update the package-lock.json:

https://github.com/asciidoctor/asciidoctor-vscode/blob/6f20e7b898a160d9dc5e1c24bbc4295542e8d686/release.sh#L41-L42

ggrossetie commented 3 months ago

Maybe we should use npm version with --no-git-tag-version