We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
To release new extension version, please fellow the steps below
main
release/v<VERSION>
git checkout main git pull git checkout -b release/v<VERSION>
npm ci
npm run generate:release
CHANGELOG.md
git tag -fa v<VERSION>
npm run package
<VERSION>/vs-code-extension-for-project-credential-digger-<VERSION>.vsix
npm run publish
git push --follow-tags origin release/v<VERSION>
v<VERSION>