aboutsummaryrefslogtreecommitdiffstats
path: root/release
diff options
context:
space:
mode:
authorMaximilian Hils <git@maximilianhils.com>2018-01-07 20:25:27 +0100
committerMaximilian Hils <git@maximilianhils.com>2018-01-07 21:18:42 +0100
commit15f525e86bc4dbbf031439098b753f2ee3c98479 (patch)
treef544de5d2f6f5549597ad0b78a81d05d11ae49fe /release
parent94a173ab9c54c9f8a669c92cf77adcfbe902d565 (diff)
downloadmitmproxy-15f525e86bc4dbbf031439098b753f2ee3c98479.tar.gz
mitmproxy-15f525e86bc4dbbf031439098b753f2ee3c98479.tar.bz2
mitmproxy-15f525e86bc4dbbf031439098b753f2ee3c98479.zip
only use annotated tags for version calculation
Diffstat (limited to 'release')
-rw-r--r--release/README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/release/README.md b/release/README.md
index a60b7f98..7bb89638 100644
--- a/release/README.md
+++ b/release/README.md
@@ -5,6 +5,10 @@ Make sure run all these steps on the correct branch you want to create a new rel
- Update CHANGELOG
- Verify that all CI tests pass
- Tag the release and push to Github
+ - For alphas, betas, and release candidates, use lightweight tags.
+ This is necessary so that the .devXXXX counter does not reset.
+ - For final releases, use annotated tags.
+ This makes the .devXXXX counter reset.
- Wait for tag CI to complete
## GitHub Release