Skip to content

Commit

Permalink
doc: improve release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
juba committed Oct 11, 2023
1 parent 583bcac commit 5463f72
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion doc/development.qmd
Expand Up @@ -100,10 +100,12 @@ If using the `widget` renderer, debug output will be displayed in JavaScript con
### Releases

- If necessary release the npm package with `npm publish` in `packages/pyobsplot-js`
- Check that the min_npm_version value in .utils is correct
- Check that the `min_npm_version` value in `.utils` is correct
- Change version in `NEWS.md` and `pyproject.toml`
- Release the Python package with `poetry build` and `poetry publish` in `pyobsplot`
- Tag the version in git
- Create a release on Github
- Bump to dev version in `pyproject.toml` and `NEWS.md`

### New Plot versions

Expand Down

0 comments on commit 5463f72

Please sign in to comment.