Select Git revision
release.md 1.09 KiB
Release
vX.Y.Z
checklist
- Create Release Issue
-
Create merge request: branch
release_vX.Y.Z
intomaster
-
Merge
develop
intorelease_vX.Y.Z
-
Checkout
release_vX.Y.Z
-
Adjust
changelog.md
(see template for changelog) -
Update version number in
mlair/__ init__.py
-
Create new dist file:
python3 setup.py sdist bdist_wheel
-
Add new dist file
mlair-X.Y.Z-py3-none-any.whl
to git -
Update file link
distribution file (current version)
inREADME.md
-
Update file link in
docs/_source/installation.rst
- Commit + push
-
Merge
release_vX.Y.Z
intomaster
-
Create new tag with
- distribution file (.whl)
- link to Documentation
- Example Jupyter Notebook
- changelog
template for changelog
## vX.Y.Z - yyyy-mm-dd - <release description>
### general:
* text
### new features:
* words (issue)
### technical:
*