From 6b4b6541cafda8df3aaceb0e3a0bf9b0d5da6fcf Mon Sep 17 00:00:00 2001 From: Christoph Blecker Date: Mon, 24 Jan 2022 13:20:33 -0800 Subject: [PATCH] Update generator README with AR details --- generator/README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/generator/README.md b/generator/README.md index de68d18ee..787dabd33 100644 --- a/generator/README.md +++ b/generator/README.md @@ -67,6 +67,23 @@ make WHAT=container-identity where the `WHAT` var refers to the directory being built. + +To generate the annual report template for a specific year: + +```bash +make ANNUAL_REPORT=true +``` + +This will generate the annual report template for the previous year, as well as +drop GitHub issue templates into the `generator/generated/` directory. + +You can generate the issues from these templates by running: + +```bash +ls -1 generator/generated/*.md | xargs -L1 hub issue create -F +``` + + ## Adding custom content ### README