Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 304 Bytes

NOTES.md

File metadata and controls

31 lines (21 loc) · 304 Bytes

Notes

Login:

vsce login my-publisher-name

Release command:

vsce publish x -m "Release \`vx\`"

Custom version without publish:

npm version x -m "Release \`vx\`"

Push local Git tags

git push --follow-tags

Remove local Git tag

git tag -d v0.0.1