Skip to content
Snippets Groups Projects
Commit d8680698 authored by q3k's avatar q3k
Browse files

idf_ext: switch to proto6 by default

This is the most common badge prototype version at this point.
parent 2cf6ca5f
No related branches found
No related tags found
No related merge requests found
Pipeline #5756 passed
......@@ -27,7 +27,7 @@ def action_extensions(base_actions, project_path=os.getcwd()):
"""
generation = global_args.generation
if generation is None:
generation = os.environ.get('BADGE_GENERATION', 'proto4')
generation = os.environ.get('BADGE_GENERATION', 'proto6')
name = None
if generation in GENERATIONS:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment