mirror of
https://github.com/videojs/video.js.git
synced 2025-02-12 12:16:27 +02:00
Merge branch 'stable'
This commit is contained in:
commit
e58c2266de
@ -148,7 +148,10 @@
|
|||||||
"desc": "Merge a submitted patch",
|
"desc": "Merge a submitted patch",
|
||||||
"steps": [
|
"steps": [
|
||||||
{ "include": "update {{meta.branches.release}}" },
|
{ "include": "update {{meta.branches.release}}" },
|
||||||
{ "include": "pull_request accept" }
|
{ "include": "pull_request accept" },
|
||||||
|
[ "git checkout master", "Checkout the developmet branch" ],
|
||||||
|
[ "git merge stable", "Merge the patch changes" ],
|
||||||
|
[ "git push upstream master", "Push the development changes" ]
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user