Skip to content

Commit

Permalink
chore: update commands in MAINTAINING.md to use poetry
Browse files Browse the repository at this point in the history
  • Loading branch information
trowik committed May 2, 2022
1 parent 63bbcb5 commit ce357ca
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions MAINTAINING.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Here is a rough outline / checklist for the release (explained further below):
4. Update code (CHANGELOG, version info)
5. Pull Request with the version bump.
6. Create tag on the merge commit
7. Upload / edit change log
7. Upload / edit change log on Github

Here's how this works in detail:

Expand All @@ -25,16 +25,16 @@ git checkout main
git pull origin --tags

# Prepare changelog
semantic-release changelog --noop --unreleased -D version_source=tag
poetry run semantic-release changelog --noop --unreleased -D version_source=tag

# Figure out the next version
semantic-release version --noop -D version_source=tag
poetry run semantic-release version --noop -D version_source=tag
```

### Update version, changelog in source

The version is also put in code. Update the file
`alexandria/alexandria_metadata.py`.
`pyproject.toml`.

Put the changelog on top of the `CHANGELOG.md` file along with the proposed date
of release. If needed, amend it with some informative text about the release.
Expand Down

0 comments on commit ce357ca

Please sign in to comment.