Skip to content

Commit

Permalink
chore: update release instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
iisakkirotko committed Mar 22, 2024
1 parent ffec2bc commit dd10139
Showing 1 changed file with 4 additions and 17 deletions.
21 changes: 4 additions & 17 deletions RELEASE.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,7 @@
- To release a new version of ipyvuetify on PyPI:
# Fully automated

Update \_version.py (set release version, remove 'dev')
git add the \_version.py file and git commit
`python setup.py sdist upload`
`python setup.py bdist_wheel upload`
`git tag -a X.X.X -m 'comment'`
Update \_version.py (add 'dev' and increment minor)
git add and git commit
git push
git push --tags
$ ./release.sh <patch | minor | major>

- To release a new version of jupyter-vuetify on NPM:
## Making an alpha release

```
# clean out the `dist` and `node_modules` directories
git clean -fdx
npm install
npm publish
```
$ ./release.sh patch --new-version 1.29.1a1

0 comments on commit dd10139

Please sign in to comment.