11# How to make a release
22
3- ` jupyter-server-proxy ` is a package available on [ PyPI] [ ] and [ conda-forge] [ ] .
3+ ` jupyter-server-proxy ` is a package available on [ PyPI] and [ conda-forge] .
44These are instructions on how to make a release.
55
66## Pre-requisites
77
8- - Push rights to [ github.com/jupyterhub/jupyter-server-proxy] [ ]
9- - Push rights to [ conda-forge/jupyter-server-proxy-feedstock] [ ]
8+ - Push rights to [ github.com/jupyterhub/jupyter-server-proxy]
9+ - Push rights to [ conda-forge/jupyter-server-proxy-feedstock]
1010
1111## Steps to make a release
1212
@@ -18,13 +18,15 @@ These are instructions on how to make a release.
1818 ` .github/workflows/publish.yaml ` workflow's ` build ` job as summarized below.
1919
2020 ``` shell
21+ # git clean -xfd can be needed to ensure labextension/yarn.lock
22+ # gets re-created during pyproject-build
2123 rm labextension/yarn.lock
2224
2325 pip install --upgrade pip build
2426 pyproject-build
2527 ```
2628
27- 2 . Create a PR updating ` docs/source/changelog.md ` with [ github-activity] [ ] and
29+ 2 . Create a PR updating ` docs/source/changelog.md ` with [ github-activity] and
2830 continue only when its merged.
2931
30323 . Checkout main and make sure it is up to date.
@@ -45,7 +47,7 @@ These are instructions on how to make a release.
4547 tbump ${VERSION}
4648 ```
4749
48- Following this, the [ CI system] [ ] will build and publish a release.
50+ Following this, the [ CI system] will build and publish a release.
4951
50525 . Reset the version back to dev, e.g. ` 4.0.1-0.dev ` after releasing ` 4.0.0 ` .
5153
@@ -54,7 +56,7 @@ These are instructions on how to make a release.
5456 ```
5557
56586 . Following the release to PyPI, an automated PR should arrive to
57- [ conda-forge/jupyter-server-proxy-feedstock] [ ] with instructions.
59+ [ conda-forge/jupyter-server-proxy-feedstock] with instructions.
5860
5961[ github-activity ] : https://github.com/executablebooks/github-activity
6062[ github.com/jupyterhub/jupyter-server-proxy ] : https://github.com/jupyterhub/jupyter-server-proxy
0 commit comments