canonical / ubuntu-maintainers-handbook

Ubuntu Maintainer's Handbook
58 stars 39 forks source link

Add comment about `--CL--` in commit message during merge for git-ubuntu #135

Open mitchdz opened 3 months ago

mitchdz commented 3 months ago

You may see something such as

--CL--
    - d/control: demote ipmitool and sbd dependencies to Suggests.
      fence-agents-{ipmilan,sbd} depend on packages in universe, instead
      of promoting them to main let's change the relationship to
      Suggests.

In the git commit message. This is used for git-ubuntu to generate the debian/changelog at the end of the merge without having to do weird formatting. This should be included in ./PackageMerging.md.

cpaelzer commented 2 weeks ago

+1, explained this to one more person, time to add it