From c11d928d626be41e9a3e6ef4154c171d57d9c914 Mon Sep 17 00:00:00 2001 From: Jirka Krepl Date: Thu, 3 Oct 2019 11:43:06 +0200 Subject: [PATCH] chore: updated readme how to write and deploy changes --- README.md | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index e4f6c27..bbc5b8b 100644 --- a/README.md +++ b/README.md @@ -7,17 +7,15 @@ hugo serve # Workflow -- Make PR using Master branch -- PR get merged on master -- Then merge publish with master +## Make documentation update +- Checkout your branch from `master` and commit and push your changes +- Make a PR against `master` branch (implicitly set as `master` branch is our default branch) +- Assign a reviewer and let your PR to be merged -``` -git commit -m "section: commit message" -git push origin master -git checkout publish -git merge master -git push origin publish -``` +## Deploy changes +- Make PR from `master` against `publish` branch +- Assign a reviewer and let your PR to be merged +- docs were updated # some infos: