You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This script will parse git logs for our silabs prefixes ([SL-UP], [SL-TEMP], [SL-ONLY] or [CSA-CP]) between the commit SHAs provided in parameters
39
+
on the current git branch.
40
+
It will then output, per prefix, the commit sha and commit Title in the following format)
41
+
[PREFIX] commits:
42
+
<full_commit_sha> -- <Commit_Title>
43
+
""",
44
+
epilog="""
45
+
Post result developer actions:
46
+
commits grouped under [SL-UP] shall be upstream the CSA master.
47
+
commits grouped under [SL-ONLY] shall be cherry-picked to matter_sdk main branch.
48
+
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.
0 commit comments