Skip to content

deb-git-version-gen: Add --date argument for specifying the changelog entry date

Vignesh Raman requested to merge wip/vignesh/add-date-argument into apertis/v2024dev3

This commit introduces the --date argument to the deb-git-version-gen command, allowing users to specify a specific date which is passed to debchange command for the changelog entry being edited.

Example usage:

$ deb-git-version-gen --distro="apertis" --date="Fri, 30 Jun 2023 13:55:28 +0530" --dch

https://phabricator.apertis.org/T9649

Merge request reports