Skip to content

Commit

Permalink
Update scripts/tools/silabs/retrieve_sl_commits.py
Browse files Browse the repository at this point in the history
Co-authored-by: Michael Rupp <[email protected]>
  • Loading branch information
jmartinez-silabs and mykrupp authored Oct 30, 2024
1 parent 209f97a commit b4a2a83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/tools/silabs/retrieve_sl_commits.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ def main():
commits grouped under [SL-UP] shall be upstream the CSA master.
commits grouped under [SL-ONLY] shall be cherry-picked to matter_sdk main branch.
commits grouped under [SL-TEMP] must be revised. Are they still required, are they needed on main or for the next release. If they are, they need to be cherry-picked.
commits grouped under [CSA-PR] are purely informative. They already exist in CSA master and will automatically be brought to main or the new release branch through csa master merges.
commits grouped under [CSA-CP] are purely informative. They already exist in CSA master and will automatically be brought to main or the new release branch through CSA master merges.
""")
parser.add_argument('start_sha', type=str, help='The starting commit SHA')
parser.add_argument('end_sha', type=str, help='The ending commit SHA')
Expand Down

0 comments on commit b4a2a83

Please sign in to comment.