logo

blog

My website can't be that messy, right? git clone https://anongit.hacktivis.me/git/blog.git/
commit: 939c71b2bf26a27720da595524b37053e1727147
parent e92d3c333786ae6c10ef6c716a085e5fa4148a08
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Sun,  9 Nov 2025 23:25:23 +0100

notes/release_guidelines.txt: new

Diffstat:

Anotes/release_guidelines.txt12++++++++++++
1 file changed, 12 insertions(+), 0 deletions(-)

diff --git a/notes/release_guidelines.txt b/notes/release_guidelines.txt @@ -0,0 +1,12 @@ +Counting from the moment the fix is made/committed to when it +*needs* to be into a release. + +* security: few hours if possible, less than 2~3 days at worst +* show-stopper: few hours to less than 7 days at worst +* bugfix: 2 weeks ~ 1 month +* "fix typo": 6 months, 1 year at worst + +Ultimately all changes should be released after a year to avoid +ending with a gap between the release and version-control. + +And not all are released immediately to avoid tagging releases too frequently.