Cli/ref/mw gitlab changelog generate
Appearance
mw gitlab changelog generate
[edit]Generate a changelog for the repository/project
mw gitlab changelog generate [flags]
Examples
[edit]glab changelog generate
Options
[edit]--config-file string The path of changelog configuration file in the project's Git repository. Defaults to .gitlab/changelog_config.yml. --date string The date and time of the release. Uses ISO 8601 (2016-03-11T03:45:40Z) format. Defaults to the current time. --from string The start of the range of commits (as a SHA) to use for generating the changelog. This commit itself isn't included in the list. --to string The end of the range of commits (as a SHA) to use for the changelog. This commit is included in the list. Defaults to the HEAD of the default project branch. --trailer string The Git trailer to use for including commits. Defaults to Changelog. --version string The version to generate the changelog for. The format must follow semantic versioning. Defaults to the version of the local checkout (like using git describe).
Options inherited from parent commands
[edit]--help Help for this command --no-interaction Do not ask any interactive questions -v, --verbose count Increase output verbosity. Example: --verbose=2 or -vv
SEE ALSO
[edit]- mw gitlab changelog - Interact with the changelog API