chore: update

This commit is contained in:
SvetoslavTsenov
2018-12-07 15:54:47 +02:00
parent 5ca6e99602
commit 4feb453b56

View File

@@ -268,7 +268,7 @@ git push
git tag release-version git tag release-version
git push --tags git push --tags
``` ```
9. Create a pull request 9. Create a pull request. Replace env variables ${RELEASE_VERSION} and ${BRANCH} with their values
``` ```
curl -d '{"title": "release: cut the ${RELEASE_VERSION} release","body": "docs: update changelog","head": "${BRANCH}","base": "release"}' -X POST https://api.github.com/repos/NativeScript/NativeScript/pulls -H "Authorization: token ${GIT_TOKEN}" curl -d '{"title": "release: cut the ${RELEASE_VERSION} release","body": "docs: update changelog","head": "${BRANCH}","base": "release"}' -X POST https://api.github.com/repos/NativeScript/NativeScript/pulls -H "Authorization: token ${GIT_TOKEN}"
``` ```
@@ -306,7 +306,7 @@ git commit
git push git push
``` ```
6. Create pull request 6. Create pull request. Replace replace env ${MERGE_BRANCH} with its value
``` ```
git curl -d '{"title": "chore: merge release in master","body": "chore: merge release in master","head": "${MERGE_BRANCH}","base": "master"}' -X POST https://api.github.com/repos/NativeScript/NativeScript/pulls -H "Authorization: token ${GIT_TOKEN}" git curl -d '{"title": "chore: merge release in master","body": "chore: merge release in master","head": "${MERGE_BRANCH}","base": "master"}' -X POST https://api.github.com/repos/NativeScript/NativeScript/pulls -H "Authorization: token ${GIT_TOKEN}"
``` ```