From d4fa93c07824dd6188e7624beec571290a47de74 Mon Sep 17 00:00:00 2001 From: braniii Date: Tue, 7 Nov 2023 17:06:43 +0100 Subject: [PATCH] Add example of bumping version to docs. --- docs/maintenance.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/maintenance.md b/docs/maintenance.md index 4275f5c..afd8315 100644 --- a/docs/maintenance.md +++ b/docs/maintenance.md @@ -10,6 +10,8 @@ Please ensure that, 1. a new tag is created via `git tag v0.*.*` and pushed `git push --tags`, and 1. the changelog includes the new tag and all changes of the release. +As an example see for e.g. the commit of `v0.1.1`, [`c2582ed`](https://github.com/moldyn/NorMI/commit/c2582ed). + ## Upload to PyPI There is an CI to publish new versions automatically. Therefore, a new release