Skip to content

Commit

Permalink
Add before-bump-version hook
Browse files Browse the repository at this point in the history
  • Loading branch information
jtpio committed Aug 2, 2023
1 parent af3c441 commit 8596cfb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,10 @@ addopts = [
version_cmd = "python scripts/bump-version.py"

[tool.jupyter-releaser.hooks]
before-bump-version = [
"python -m pip install jupyterlab~=3.5.3",
"jlpm"
]
before-build-npm = [
"python -m pip install jupyterlab~=3.5.3 hatch",
"python -m pip install -e .[dev]",
Expand Down

0 comments on commit 8596cfb

Please sign in to comment.