mirror of
https://github.com/gcc-mirror/gcc.git
synced 2025-07-23 01:00:40 +00:00
Stop updating gcc-12 branch
contrib/ * gcc-changelog/git_update_version.py: Stop updating gcc-12 branch.
This commit is contained in:
@ -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 '
|
||||
|
Reference in New Issue
Block a user