Skip to content

Commit

Permalink
Fix release procedure in DEVELOPING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
glatterf42 committed Sep 1, 2023
1 parent a73a085 commit b2d4a63
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions DEVELOPING.md
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ alembic revision -m "<message>" --autogenerate
```

You will have to run all migrations before being able to create new ones in the development database.
Be sure to run `black` on newly created migrations!
Be sure to run `black` and `isort` on newly created migrations!

## Tests

Expand Down Expand Up @@ -317,8 +317,8 @@ It is overwritten on the fly by the poetry-dynamic-versioning plugin.

1. Check that the GitHub action "Publish ixmp4" was executed correctly and that the
release candidate was successfully uploaded to TestPyPI. The address will be
https://test.pypi.org/project/imxp4/<release version>rc<N>. E.g.:
<https://test.pypi.org/project/imxp4/0.2.0rc1/>
https://test.pypi.org/project/ixmp4/<release version>rc<N>. E.g.:
<https://test.pypi.org/project/ixmp4/0.2.0rc1/>
1. Visit https://github.com/iiasa/ixmp4/releases and mark the new release by creating
the tag and release simultaneously. The name of the tag is v<release version>
(without the rc<N>).
Expand Down

0 comments on commit b2d4a63

Please sign in to comment.