Skip to content

Commit

Permalink
Fix some typos
Browse files Browse the repository at this point in the history
  • Loading branch information
trallard committed Sep 18, 2023
1 parent 217c74e commit 7f48b74
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions conda-store/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ authors = [
{ name = "Christopher Ostrouchov", email = "[email protected]" },
]
maintainers = [{ name = "Tania Allard", email = "[email protected]" }]
# TODO: update maintainers
classifiers = [
"Development Status :: 3 - Alpha",
"Intended Audience :: Developers",
Expand Down
5 changes: 3 additions & 2 deletions docusaurus-docs/community/release.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@ There are two packages the [conda-store](https://github.com/conda-incubator/cond
:::

```md
These steps should be taken in order to create a new release!
**Double check for quality-control**
These steps should be taken to create a new release!
**Double-check for quality control**
## Release details
Expand All @@ -78,6 +78,7 @@ Release captain responsible - <@gh_username>
- [ ] Create a new git branch for the release `git checkout -b release-2023.9.1`
- [ ] Bump `__version__` in [`conda-store/conda-store/__init__.py`](https://github.com/conda-incubator/conda-store/blob/main/conda-store/conda_store/__init__.py)
- [ ] Bump `__version__` in [`conda-store-server/conda-store-server/__init__.py`](https://github.com/conda-incubator/conda-store/blob/main/conda-store/conda_store/__init__.py)
- [ ] Update the `conda-store-ui` version in [`conda-store-server/hatch_build.py`](https://github.com/conda-incubator/conda-store/blob/main/conda-store-server/hatch_build.py)
- [ ] Update the [CHANGELOG.md](./CHANGELOG.md) file with the new version, release date, and relevant changes[^github-activity].
- [ ] Check the version locally with `hatch version`
- [ ] Make a release commit: ``git commit -m 'REL - 2023.9.1'``
Expand Down

0 comments on commit 7f48b74

Please sign in to comment.