-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into support-for-hydromt-v1
- Loading branch information
Showing
5 changed files
with
43 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
.. _dev_release: | ||
|
||
Releasing | ||
========= | ||
|
||
Release steps: | ||
|
||
* Change version in __init__.py | ||
* update the changelog | ||
* Check dependencies in pyproj.toml | ||
* run local testbank | ||
* local check with: ``flit build`` and ``twine check dist/*`` | ||
* create PR and merge back to main | ||
* create a new release: https://github.com/Deltares/hydromt_delft3dfm/releases/new) | ||
* click ``choose a tag`` and type v+versionnumber (e.g. ``v0.1.0``), click ``create new tag: v0.1.0 on publish`` | ||
* set the release title to the tagname (e.g. ``v0.1.0``) | ||
* click `Generate release notes` and replace the `What's Changed` info by a tagged link to ``docs/whats-new.md`` | ||
* if all is set, click ``Publish release`` | ||
* a release is created and the github action publishes it [on PyPI](https://pypi.org/project/dfm-tools) | ||
|
||
Post release: | ||
|
||
* Update the version to 0.1.1 (bump patch) | ||
* Initialise changelog unrelease/added/fixed/changed | ||
* Push and merge to main |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters