Skip to content

Commit b4a2a83

Browse files
Update scripts/tools/silabs/retrieve_sl_commits.py
Co-authored-by: Michael Rupp <95718139+mykrupp@users.noreply.github.com>
1 parent 209f97a commit b4a2a83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/tools/silabs/retrieve_sl_commits.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ def main():
4646
commits grouped under [SL-UP] shall be upstream the CSA master.
4747
commits grouped under [SL-ONLY] shall be cherry-picked to matter_sdk main branch.
4848
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.
49-
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.
49+
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.
5050
""")
5151
parser.add_argument('start_sha', type=str, help='The starting commit SHA')
5252
parser.add_argument('end_sha', type=str, help='The ending commit SHA')

0 commit comments

Comments
 (0)