Skip to content

Commit

Permalink
[SL-ONLY] First version of the script to parse git branches for our c…
Browse files Browse the repository at this point in the history
…ommits TAG (#88)

Co-authored-by: Michael Rupp <[email protected]>
Co-authored-by: Ricardo Casallas <[email protected]>
  • Loading branch information
3 people authored and lpbeliveau-silabs committed Nov 21, 2024
1 parent edc3e87 commit 25f0377
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scripts/tools/silabs/retrieve_sl_commits.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ def main():
parser.add_argument('end_sha', type=str, help='The ending commit SHA')

args = parser.parse_args()

start_sha = args.start_sha
end_sha = args.end_sha
prefixes = ["[SL-UP]", "[SL-TEMP]", "[SL-ONLY]", "[CSA-CP]"]
Expand Down

0 comments on commit 25f0377

Please sign in to comment.