From 45f51bbefb20b970d8b73c06b5ae0818586e0962 Mon Sep 17 00:00:00 2001 From: sonjaer Date: Fri, 16 Apr 2021 09:52:49 +0200 Subject: [PATCH] Update release process (#3074) --- RELEASE-PROCESS.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RELEASE-PROCESS.rst b/RELEASE-PROCESS.rst index 7628900759..f40cde583c 100644 --- a/RELEASE-PROCESS.rst +++ b/RELEASE-PROCESS.rst @@ -12,4 +12,4 @@ Luigi to pypi. including a handwritten changelog, possibly inspired from previous notes. Currently, Luigi is not released on any particular schedule and it is not -strictly abiding semantic versioning. +strictly abiding semantic versioning. Whenever possible, bump major version when you make incompatible API changes, minor version when you add functionality in a backwards compatible manner, and patch version when you make backwards compatible bug fixes.