This PR creates the changelog metadata create to help with the generation of the metadata file during the release process
./bin/foascli changelog metadata create --help
Generate the changelog for the OpenAPI spec.
Usage:
foascli changelog metadata create [flags]
Aliases:
create, generate
Flags:
-h, --help help for create
-o, --output string File name or path where the command will store the output.
-d, --run-date string Date when the changelog was generated. (Format: YYYY-MM-DD)
--sha string SHA of the commit of the openapi specification used to generate the changelog.
-v, --versions strings List of versions to consider when generating the changelog. (Format: YYYY-MM-DD)
Proposed changes
This PR creates the
changelog metadata create
to help with the generation of the metadata file during the release process