Skip to content

Commit

Permalink
change wording: deployment -> release
Browse files Browse the repository at this point in the history
  • Loading branch information
fohrloop committed May 26, 2024
1 parent 630bcb9 commit d1756d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions DEV.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,9 @@ tox -e py310 -- --pdb

- When using tox within this project, what happens is (1) wakepy is built with `python -m build`. This creates sdist from source tree and then wheel from the sdist. (2) Tests are ran against the created *wheel* (if not `skip_install=True` for that environment).

# Deployment
# Creating a release

The deployment is automated, but changelog creation takes a few manual steps, since then it's possible to use Sphinx syntax to refer and link to python classes, methods and attributes within the changelog, and it's possible to get the same changelog to RTD and GitHub Releases.
The release process is automated, but changelog creation takes a few manual steps, since then it's possible to use Sphinx syntax to refer and link to python classes, methods and attributes within the changelog, and it's possible to get the same changelog to RTD and GitHub Releases.

**Steps**:
- Add changelog and release date to [changelog.md](docs/source/changelog.md)
Expand Down

0 comments on commit d1756d8

Please sign in to comment.