From f82c523b828864840b2896bd8092cfdf77ce6098 Mon Sep 17 00:00:00 2001 From: Grzegorz Sadowski Date: Wed, 27 Apr 2022 12:35:02 +0200 Subject: [PATCH] [Maintenance] Update README and PR template --- .github/PULL_REQUEST_TEMPLATE.md | 2 +- README.md | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 0b26b518..af3a6d74 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,6 +1,6 @@ | Q | A | --------------- | ----- -| Branch? | 1.0 (security fixes), 1.1 (bug fixes, improvements), master (new features) +| Branch? | 1.1 (security fixes), 1.2 (bug fixes, improvements), 1.3 (new features) | Bug fix? | no/yes | New feature? | no/yes | Related tickets | fixes #X, partially #Y, mentioned in #Z diff --git a/README.md b/README.md index 12c2fae3..e3cf6149 100644 --- a/README.md +++ b/README.md @@ -125,9 +125,9 @@ Tagged services would be executed according to their priority (descending). ## Supported branches -* `1.0` (v1.0.*) - security fixes -* `1.1` (v1.1.*) - bug fixes, improvements -* `1.2` (v1.2.*) - new features +* `1.1` (v1.1.*) - security fixes +* `1.2` (v1.2.*) - bug fixes, improvements +* `1.3` (v1.3.*) - new features * `2.0` (v2.0.*) - new features, removing deprecations, potential BC breaks ## Security issues