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