From 4d9a019a56c72a44268e2622d39f38f18845cf17 Mon Sep 17 00:00:00 2001 From: sophia Date: Tue, 26 Nov 2024 12:29:28 -0800 Subject: [PATCH] Update docs for bumping conda-store-ui dep --- .github/ISSUE_TEMPLATE/new_release.md | 3 ++- RELEASE.md | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/new_release.md b/.github/ISSUE_TEMPLATE/new_release.md index 26b11c1..7ab706c 100644 --- a/.github/ISSUE_TEMPLATE/new_release.md +++ b/.github/ISSUE_TEMPLATE/new_release.md @@ -28,7 +28,8 @@ Release captain responsible - <@gh_username> - [ ] [Optional] Update the `conda-store-ui` version used in the extension: ```bash - yarn upgrade @conda-store/conda-store-ui@ + // update package.json `@conda-store/conda-store-ui` dependency + jlpm install ``` - [ ] Update the [CHANGELOG.md](./CHANGELOG.md) file with the new version, release date, and relevant changes [^github-activity]. diff --git a/RELEASE.md b/RELEASE.md index 295ef5a..456b6d7 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -18,10 +18,10 @@ All the Python packaging instructions in the `pyproject.toml` file to wrap your > [!IMPORTANT] > There is no need to update the version in `pyproject.toml` as it is automatically updated by `hatch` when generating the package. -3. Optional - if there is a newer release of `conda-store-ui`, update the `conda-store-ui` dependency in the `package.json` file. +3. Optional - if there is a newer release of `conda-store-ui`, update the `conda-store-ui` dependency in the `package.json` file. Then run an install ```bash - yarn upgrade @conda-store/conda-store-ui@ + jlpm install ``` 4. To create a Python source package (`.tar.gz`) and the binary package (`.whl`) in the `dist/` directory, do: