Skip to content

Commit a29debd

Browse files
committed
ci: Update version number to 0.0.0 for auto-versioning support
1 parent 2f74982 commit a29debd

3 files changed

Lines changed: 11 additions & 3 deletions

File tree

CONTRIBUTING.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,14 @@
1414

1515
## Publishing a Release
1616

17+
```bash
18+
git tag v2.x.x
19+
git push origin v2.x.x
20+
# GitHub Action takes care of the rest, including updating the version number, publishing, and GitHub Release.
21+
```
22+
23+
## Publishing a Release (Manually)
24+
1725
1. Update the version number in `package.json`.
1826
2. Package all release versions: `./package.sh`
1927
3. Publish the release to the VSCode Marketplace: `vsce publish --packagePath dist/*.vsix`

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "flat-file-explorer",
33
"displayName": "Flat File Explorer",
44
"description": "Explore Parquet and CSV files with DuckDB SQL",
5-
"version": "2.2.0",
5+
"version": "0.0.0",
66
"publisher": "DeflateAwning",
77
"icon": "icon.png",
88
"private": true,

0 commit comments

Comments
 (0)