From 1a9f6c1e95fff745e54bbb75f1f8ca36ede81f3d Mon Sep 17 00:00:00 2001 From: Jakub Jelinek Date: Tue, 11 Mar 2025 14:30:50 +0100 Subject: [PATCH] contrib: Add cobol to bug_components. Without this we can't commit anything refering to cobol/NNNNNN PRs. 2025-03-11 Jakub Jelinek * gcc-changelog/git_commit.py (bug_components): Add cobol. --- contrib/gcc-changelog/git_commit.py | 1 + 1 file changed, 1 insertion(+) diff --git a/contrib/gcc-changelog/git_commit.py b/contrib/gcc-changelog/git_commit.py index fda5cf59726..5645f80ebb9 100755 --- a/contrib/gcc-changelog/git_commit.py +++ b/contrib/gcc-changelog/git_commit.py @@ -93,6 +93,7 @@ bug_components = { 'bootstrap', 'c', 'c++', + 'cobol', 'd', 'debug', 'demangler', -- 2.47.2