Updated DEPLOYMENT (markdown)

master
Ramiro Saenz 9 years ago
parent
commit
c0af2ed31e
  1. 21
      DEPLOYMENT.md

21
DEPLOYMENT.md

@ -11,20 +11,7 @@ These are the steps to deploy a new version of Rambox here.
# CI # CI
1. Commit all with Github desktop client. 1. Commit all with Github Desktop Client.
2. Wait until CI finish building successfully. 2. Define Rambox version editing **app/package.json** and **appveyor.yml**.
3. Then in Github Shell, to generate and upload artifacts do: 3. Create a new Release with the version and publish it as a **Pre-release**.
4. AppVeyor and Travis will start building automatically.
```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
```
Loading…
Cancel
Save