From 877f41e243687a65e67024bb9e76cfaecd2dc775 Mon Sep 17 00:00:00 2001 From: "Phil Runninger (mac)" Date: Mon, 19 Aug 2019 09:36:50 -0400 Subject: [PATCH] Update PR template with instructions to tag the release. --- .github/PULL_REQUEST_TEMPLATE.md | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 58ec73f..ccd5bf8 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -9,11 +9,5 @@ Closes # - [ ] `MAJOR` version when you make incompatible API changes - [ ] `MINOR` version when you add functionality in a backwards-compatible manner - [ ] `PATCH` version when you make backwards-compatible bug fixes -- [ ] Update [CHANGELOG.md](https://github.com/scrooloose/nerdtree/blob/master/CHANGELOG.md). - +- [ ] Update [CHANGELOG.md](https://github.com/scrooloose/nerdtree/blob/master/CHANGELOG.md), following the established pattern. +- [ ] Tag the merge commit, e.g. `git tag -a 3.1.4 -m "v3.1.4" && git push origin --tags`