diff options
| author | Kevin Van Brunt <kmvanbrunt@gmail.com> | 2021-07-05 11:31:27 -0400 |
|---|---|---|
| committer | Kevin Van Brunt <kmvanbrunt@gmail.com> | 2021-07-05 11:31:27 -0400 |
| commit | 36bf4aceca071236256dbc33db4e6c67c51d10b6 (patch) | |
| tree | fc85d7d3bf8c8aa9f607278e6b35011cfcaae255 /.github | |
| parent | 30998bd236257e54aa245fb8a52805c50ae5882a (diff) | |
| download | cmd2-git-2.1.2.tar.gz | |
Updated files for 2.1.2 release2.1.2
Diffstat (limited to '.github')
| -rw-r--r-- | .github/CONTRIBUTING.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 0348621f..56c53450 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -579,6 +579,7 @@ mostly automated. The manual steps are all git operations. Here's the checklist: 1. Make sure you're on the proper branch (almost always **master**) 1. Make sure all the unit tests pass with `invoke pytest` or `py.test` +1. Make sure latest year in `LICENSE` matches current year 1. Make sure `CHANGELOG.md` describes the version and has the correct release date 1. Add a git tag representing the version number using ``invoke tag x.y.z`` * Where x, y, and z are all small non-negative integers |
