[committed] contrib: Add cobol to bug_components.

Message ID Z9A9DV/qHiJHYMg/@tucnak
State New
Headers
Series [committed] contrib: Add cobol to bug_components. |

Commit Message

Jakub Jelinek March 11, 2025, 1:39 p.m. UTC
  Hi!

Without this we can't commit anything refering to cobol/NNNNNN PRs.

Committed as obvious (and subsequently tested it with r15-7960 commit.

2025-03-11  Jakub Jelinek  <jakub@redhat.com>

        * gcc-changelog/git_commit.py (bug_components): Add cobol.


	Jakub
  

Patch

--- contrib/gcc-changelog/git_commit.py.jj
+++ contrib/gcc-changelog/git_commit.py
@@ -93,6 +93,7 @@  bug_components = {
     'bootstrap',
     'c',
     'c++',
+    'cobol',
     'd',
     'debug',
     'demangler',