Skip to content

Commit

Permalink
Note down steps to make releases
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaushik Ghose committed Nov 14, 2019
1 parent 1f1c1cd commit dc259a2
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions docs/developer.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,18 @@ Currently (04.2019) the only way to do this in VS Code is to use the
"Reload Window" command:
CMD + Shift + P to bring up the command bar and then type "Reload Window".

### Release on PyPi

```
python3 setup.py sdist bdist_wheel
twine upload dist/...
```

### Release on VS Code Marketplace

`vsce package` and then upload the `.vsix` file


### Code organization

```
Expand Down

0 comments on commit dc259a2

Please sign in to comment.