jameslamb / doppel-cli

Test framework for comparing the consistency of library APIs
https://doppel-cli.readthedocs.io/en/latest/
BSD 3-Clause "New" or "Revised" License
8 stars 12 forks source link

NEWS.md is out of date #174

Open jameslamb opened 4 years ago

jameslamb commented 4 years ago

As of this writing, NEWS.md only contains release notes through version 0.2.1 but the current released version is 0.3.1.

To close this issue:

  1. update NEWS.md with the most recent release notes from https://github.com/jameslamb/doppel-cli/releases
  2. add a script to .ci/ that makes sure that every version is included in NEWS.md. I think this could look like cat NEWS.md | grep "# $(cat VERSION)" | wc -l