Incorrect pre-release versioning
KasperZutterman opened this issue · 1 comments
KasperZutterman commented
The pre-release versions are not correctly versioned (not following SemVer), causing an older pre-release version to be installed.
The patch version is not correctly incremented: https://code.visualstudio.com/api/working-with-extensions/publishing-extension#autoincrement-the-extension-version
- v2023.9.13201008 (4months ago)
- v2023.9.10681010 (1week ago)
Reproduce
KasperZutterman commented
Issue is caused by these lines of codes:
vscode-autopep8/.github/actions/build-vsix/action.yml
Lines 53 to 58 in b8efc6a