From 4c3b1aca931a8669f16bce11108c0f79dd0beaf4 Mon Sep 17 00:00:00 2001 From: Guillaume Vincent Date: Thu, 23 Dec 2021 14:36:59 +0100 Subject: [PATCH] Start release doc --- bin/RELEASE.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 bin/RELEASE.md diff --git a/bin/RELEASE.md b/bin/RELEASE.md new file mode 100644 index 0000000..82f76f3 --- /dev/null +++ b/bin/RELEASE.md @@ -0,0 +1,9 @@ +# lesspass-pure + + python3 bin/bump_version.py lesspass-pure --patch + git push --tags origin main + +# lesspass-web-extension + + python3 bin/bump_version.py lesspass-web-extension --patch + git push --tags origin main