From d1747e9de6f0d83a34b1cd2cfe99e64a03c62045 Mon Sep 17 00:00:00 2001 From: bom Date: Fri, 28 Jan 2022 10:19:09 +0100 Subject: [PATCH] added releasing to doc --- doc/releasing.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 doc/releasing.md diff --git a/doc/releasing.md b/doc/releasing.md new file mode 100644 index 0000000..e8cbc0b --- /dev/null +++ b/doc/releasing.md @@ -0,0 +1,8 @@ +adjust version no in build.py to release version no. +git commit -am "release" +git tag -am "release" [release version no] +git push --follow-tags +increase version no in build.py +git commit -am "version bump" +git push +pip3 install --upgrade --user ddadevops \ No newline at end of file