From 548fe4265b556742785a07daf261672b72769e0c Mon Sep 17 00:00:00 2001 From: mergify[bot] Date: Wed, 12 Jan 2022 20:35:14 +0000 Subject: Update README and PR template for 3.5.0 release (#2339) (#2342) (cherry picked from commit d6710acbb969d0608693cb53142ea485062771d2) Co-authored-by: Jack Koenig --- .github/PULL_REQUEST_TEMPLATE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github') diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 1077ec29..e430afbe 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -44,7 +44,7 @@ Text from here to the end of the body will be considered for inclusion in the re ### Reviewer Checklist (only modified by reviewer) - [ ] Did you add the appropriate labels? -- [ ] Did you mark the proper milestone (Bug fix: `3.3.x`, [small] API extension: `3.4.x`, API modification or big change: `3.5.0`)? +- [ ] Did you mark the proper milestone (Bug fix: `3.4.x`, [small] API extension: `3.5.x`, API modification or big change: `3.6.0`)? - [ ] Did you review? - [ ] Did you check whether all relevant Contributor checkboxes have been checked? - [ ] Did you mark as `Please Merge`? -- cgit v1.2.3 From bf0f0d8545747c4aa1e5e2abe4e27e339006f86f Mon Sep 17 00:00:00 2001 From: Jack Koenig Date: Mon, 17 Jan 2022 17:17:20 -0800 Subject: Add 3.5.x to Github Actions push triggers --- .github/workflows/test.yml | 1 + 1 file changed, 1 insertion(+) (limited to '.github') diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index dc7376a3..c0249269 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -5,6 +5,7 @@ on: push: branches: - master + - 3.5.x - 3.4.x - 3.3.x - 3.2.x -- cgit v1.2.3