commit | e645d9ffd5bf5d52616aadd85dfaefab3a0cbad0 | [log] [tgz] |
---|---|---|
author | Anas Nashif <anas.nashif@intel.com> | Fri Oct 04 10:41:07 2019 -0400 |
committer | Anas Nashif <anas.nashif@intel.com> | Tue Oct 22 15:11:09 2019 -0400 |
tree | 59ceb0b289584916fd82f4ec307cc43de263f21b | |
parent | 831c3327d94ebeff6f098867bbd0ac860ccebebf [diff] |
scripts: add script for listing closed bugs Script to be used when creating a release. For regular releases this can be called this way: $ list_issues.py -f issues.md -s 2019-09-01 Will list all closed issues since september 1st, 2019 and will create a markdown file with all issues that can be added as is to the release notes. Signed-off-by: Anas Nashif <anas.nashif@intel.com>