aboutsummaryrefslogtreecommitdiffstats
path: root/README
blob: e883f48de1acccb63103f2451141ef9ceb9bde04 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Use the following commands to merge and publish the for-next branch during
the release cycle:

    $ tms merge for-next
    $ tms push for-next

Tag ARM-SoC branches:

    $ tms tag --target arm-soc for-next

Push ARM-SoC branches and tags:

    $ tms push --target arm-soc --tags for-next

Generate pull-requests:

    $ tms request-pull --target arm-soc for-next

Send out pull requests using git send-email.