Skip to content

Commit

Permalink
Add FAQ section about publish to npm only (#590)
Browse files Browse the repository at this point in the history
  • Loading branch information
jtpio authored Oct 23, 2024
1 parent 16974dd commit c8a6c41
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/source/faq/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,15 @@ As a workaround, you can skip the `check-python` step with the following release
skip = ["check-python"]
```

## How to only publish to `npm`?

If you would like to use the Jupyter Releaser to publish to `npm` only, you can configure the releaser to skip the `build-python` step:

```toml
[tool.jupyter-releaser]
skip = ["build-python"]
```

## My changelog is out of sync

Create a new manual PR to fix the PR and re-orient the changelog entry markers.
Expand Down

0 comments on commit c8a6c41

Please sign in to comment.