Skip to content

gplay release-notes

Generate release notes from git history.

gplay release-notes <subcommand> [flags]

Generate release notes from git commit history.

gplay release-notes generate --since-tag <tag> [flags]
Flag Description Default
--max-chars Maximum character count (Google Play limit: 500) 500
--output Output format: json (default), table, markdown json
--since-ref Start from this git ref (exclusive, alternative to –since-tag) ``
--since-tag Start from this git tag (exclusive) ``
--until-ref End at this ref (inclusive, default: HEAD) HEAD