This project is designed to support at the release team shadow selection process. It generates a list of the release team shadow application data which is gathered each cycle. The release team emeritus advisor uses this tool to generate and distribute the shadow application data privately.
- Install Go
- Write the configuration file to match the release team shadow application data. Make sure to rename any columns that use an identifier twice. E.g. if the column
Goals
exists twice, rename the second one toGoals.1
. An example yaml file can be found inconfig.yaml
. - To run the application, execute
go run main.go
the following flags can be set.csv
, path to the CSV file with default `data.csv``yaml
, path to the YAML file with defaultconfig.yaml
output
, folder where markdown files will be written with defaultdata/
After the execution you should see files added to the data
folder if not specified otherwise.
You can reach the maintainers of this project at:
- Kubernetes Slack at
#sig-release
Participation in the Kubernetes community is governed by the Kubernetes Code of Conduct.