From c0af2ed31e5e32a1d1ad43898530144a060750bf Mon Sep 17 00:00:00 2001 From: Ramiro Saenz Date: Thu, 8 Sep 2016 19:15:23 -0300 Subject: [PATCH] Updated DEPLOYMENT (markdown) --- DEPLOYMENT.md | 21 ++++----------------- 1 file changed, 4 insertions(+), 17 deletions(-) diff --git a/DEPLOYMENT.md b/DEPLOYMENT.md index 0680841..de74e8c 100644 --- a/DEPLOYMENT.md +++ b/DEPLOYMENT.md @@ -11,20 +11,7 @@ These are the steps to deploy a new version of Rambox here. # CI -1. Commit all with Github desktop client. -2. Wait until CI finish building successfully. -3. Then in Github Shell, to generate and upload artifacts do: - -```powershell -git tag -a 0.4.2 -m " " -git push origin --tags -``` - -### Extras - -- To remove a tag - -```powershell -git push --delete origin 0.4.2 # this remove it remotely -git tag -d 0.4.2 # remove it locally -``` +1. Commit all with Github Desktop Client. +2. Define Rambox version editing **app/package.json** and **appveyor.yml**. +3. Create a new Release with the version and publish it as a **Pre-release**. +4. AppVeyor and Travis will start building automatically. \ No newline at end of file