File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 65
65
## Create release
66
66
67
67
- make sure the ` main ` branch is up to date (check pytest warnings, important issues solved, all pullrequests and branches closed)
68
+ - create and checkout branch for release
68
69
- bump the versionnumber with ` bumpversion minor `
69
70
- update ` docs/whats-new.md ` and add a date to the current release heading
70
71
- run local testbank with ` pytest -m "not era5slow and not requireslocaldata" `
71
72
- local check with: ` python -m build ` and ` twine check dist/* ` ([ does not work on WCF] ( https://github.com/pypa/setuptools/issues/4133 ) )
72
- - commit+push to github via PR
73
+ - commit+push to branch and merge PR
73
74
- copy the dfm_tools version from [ pyproject.toml] ( https://github.com/Deltares/dfm_tools/blob/main/pyproject.toml ) (e.g. ` 0.11.0 ` )
74
75
- create a [ new release] ( https://github.com/Deltares/dfm_tools/releases/new )
75
76
- click ` choose a tag ` and type v+versionnumber (e.g. ` v0.11.0 ` ), click ` create new tag: v0.11.0 on publish `
You can’t perform that action at this time.
0 commit comments