Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 25f0377

Browse files
jmartinez-silabsmykrupprcasallas-silabs
authored andcommittedNov 21, 2024
[SL-ONLY] First version of the script to parse git branches for our commits TAG (#88)
Co-authored-by: Michael Rupp <95718139+mykrupp@users.noreply.github.com> Co-authored-by: Ricardo Casallas <77841255+rcasallas-silabs@users.noreply.github.com>
1 parent edc3e87 commit 25f0377

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed
 

‎scripts/tools/silabs/retrieve_sl_commits.py

-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ def main():
5454
parser.add_argument('end_sha', type=str, help='The ending commit SHA')
5555

5656
args = parser.parse_args()
57-
5857
start_sha = args.start_sha
5958
end_sha = args.end_sha
6059
prefixes = ["[SL-UP]", "[SL-TEMP]", "[SL-ONLY]", "[CSA-CP]"]

0 commit comments

Comments
 (0)
Please sign in to comment.