Skip to content

Commit

Permalink
Publish version specification (#446)
Browse files Browse the repository at this point in the history
  • Loading branch information
gabalafou authored Nov 26, 2024
1 parent 64f66a1 commit 21a8322
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/release.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Release captain responsible - <@gh_username>

- [ ] Create a new git branch for the release `git checkout -b release-2024.9.1`
- [ ] Prepare the branch just in case `git clean -fxdq`
- [ ] Bump `conda-store-ui` version in `package.json`
- [ ] Bump `conda-store-ui` version in `package.json` following our [version specification](https://conda.store/community/maintenance/release/#calver-details)
- [ ] Follow the manual release instructions in the `Release.md` file (do not make the release yet!)
- [ ] Make a release commit: `git commit -m 'REL - 2024.9.1'`
- [ ] Push the release (REL) commit
Expand Down
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,3 +110,8 @@ conda-store-ui is developed under the [BSD-3 LICENSE](./LICENSE).
[conda-store-ui-docs]: https://conda-incubator.github.io/conda-store-ui/?path=/docs/welcome--docs
[conda-store-repo]: https://github.com/conda-incubator/conda-store
[jupyterlab-conda-store-repo]: https://github.com/conda-incubator/jupyterlab-conda-store


## Version specification

We follow a [style of CalVer](https://conda.store/community/maintenance/release/#calver-details).
4 changes: 2 additions & 2 deletions RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
1. Open a new release issue in the repository, following the [release issue template](../.github/ISSUE_TEMPLATE/release.md).
1. Create a new branch for the release `git checkout -b release-2024.9.1`
1. Clean the branch `git clean -fxdq`
1. Increment the version in `package.json`
1. Increment the version in `package.json` following our [version specification](https://conda.store/community/maintenance/release/#calver-details)
1. Build the package locally:

```bash
Expand All @@ -22,7 +22,7 @@

```

> [!IMPORTANT]
> [!IMPORTANT]
> You need to be logged in to the `npmjs` registry to publish the package.
> And have access to the `conda-store` npm namespace.
Expand Down

0 comments on commit 21a8322

Please sign in to comment.