Skip to content

Commit

Permalink
Update docs for bumping conda-store-ui dep
Browse files Browse the repository at this point in the history
  • Loading branch information
soapy1 committed Nov 26, 2024
1 parent ae5a5dd commit 4d9a019
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/ISSUE_TEMPLATE/new_release.md
Original file line number Diff line number Diff line change
Expand Up @@ -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@<version>
// 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].
Expand Down
4 changes: 2 additions & 2 deletions RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -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@<version>
jlpm install
```

4. To create a Python source package (`.tar.gz`) and the binary package (`.whl`) in the `dist/` directory, do:
Expand Down

0 comments on commit 4d9a019

Please sign in to comment.