Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update hooks
  • Loading branch information
jtpio committed Oct 20, 2022
commit cf6dc5ff8982ff36e941ca7e9f9c2224b416438c
3 changes: 3 additions & 0 deletions buildutils/src/release-bump.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,9 @@ commander
throw new Error('Cannot increment a build on a final release');
}

// debug
utils.run('git status');

// Run pre-bump script.
utils.prebump();

Expand Down
7 changes: 2 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -146,16 +146,13 @@ extend-ignore = [
version-cmd = "jlpm run release:bump --force --skip-commit"

[tool.jupyter-releaser.hooks]
after-prep-git = [
"python -m pip install --pre -U jupyterlab",
"jlpm"
]
before-bump-version = [
"python -m pip install --pre -U jupyterlab",
"jlpm",
"jlpm run build:utils",
"python -m pip install hatch"
]
before-build-npm = [
"jlpm clean",
"jlpm build:prod"
]
before-build-python = [
Expand Down