mirror of
https://salsa.debian.org/kernel-team/initramfs-tools.git
synced 2026-01-26 15:39:08 +00:00
Add a gbp.conf that tries to match the existing changelog format, based on options and commit message format in docs/maintainer_notes. This lets anyone just run `gbp dch` and get a changelog mostly consistent with existing entries. There are two main differences from how it's currently done: this wraps lines to 70 characters instead of something closer to 80 (due to a python default), and it's not possible to directly sign off the git commit via gbp dch. To get a better sense of how the changelog differs, try: - git checkout v0.143^ - git cherry-pick <this-commit> - gbp dch --commit --release --distribution=experimental - git diff HEAD v0.143 Signed-off-by: Alper Nebi Yasak <alpernebiyasak@gmail.com>
7 lines
169 B
Plaintext
7 lines
169 B
Plaintext
[dch]
|
|
meta = True
|
|
id-length = 7
|
|
multimaint-merge = True
|
|
commit-msg = Releasing version %(version)s.
|
|
customizations = /usr/share/doc/git-buildpackage/examples/wrap_cl.py
|