markdown-ext-pack
An extension pack suitable when interacting with Markdown
The vsix files can be downloaded here
Developer
Updating process
- Make changes
- Commit changes
- Update
CHANGELOG.md
- Update version in
package.json (Format: v<major>.<minor>.<patch> )
- Commit changes
- Tag commit (Format:
v<major>.<minor>.<patch> )
- Push commits to remote
- Push tag to remote (
git push origin <tag name> )
Undo
Delete tags:
- local tag -
git tag -d <tag name>
- remote tag -
git push --delete origin <tag name>
Unpublish:
- Extension version - Use the web
- Extension -
vsce unpublish (publisher name).(extension name)
| |