Skip to content

Commit

Permalink
Move releaser config to top-level package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
jtpio committed Nov 17, 2021
1 parent a3501f0 commit 4b546f8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 11 deletions.
6 changes: 6 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,11 @@
"node": ">=10.15.3",
"npm": "please-use-yarn",
"yarn": ">=1.15.0"
},
"jupyter-releaser": {
"skip": [
"check-links",
"check-manifest"
]
}
}
11 changes: 0 additions & 11 deletions python/ipywidgets/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,3 @@ tag_template = "v{new_version}"

[[tool.tbump.file]]
src = "ipywidgets/_version.py"

[tool.jupyter-releaser]
skip = ["check-links", "check-manifest"]

[tool.jupyter-releaser.hooks]
before-prep-git = ["python -m pip install -U jupyterlab~=3.0"]
before-bump-version = ["python -m pip install bump2version", "yarn"]

[tool.jupyter-releaser.options]
version-cmd = "python scripts/bump-version.py --force"
python_packages = [".", "jupyterlab_widgets", "widgetsnbextension"]

0 comments on commit 4b546f8

Please sign in to comment.