Stop updating gcc-12 branch

contrib/
	* gcc-changelog/git_update_version.py: Stop updating gcc-12
	branch.
This commit is contained in:
Richard Biener
2025-07-11 08:32:26 +02:00
parent 75111d0594
commit 14076f15bf

View File

@ -85,7 +85,7 @@ def prepend_to_changelog_files(repo, folder, git_commit, add_to_git):
repo.git.add(full_path)
active_refs = ['master', 'releases/gcc-12',
active_refs = ['master',
'releases/gcc-13', 'releases/gcc-14', 'releases/gcc-15']
parser = argparse.ArgumentParser(description='Update DATESTAMP and generate '