diff --git a/DEPLOYMENT.md b/DEPLOYMENT.md index 58a5f2a..389119f 100644 --- a/DEPLOYMENT.md +++ b/DEPLOYMENT.md @@ -4,7 +4,7 @@ Follow this steps to deploy a new version of Rambox: 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**. +3. Create a new **Github Release** with the version and publish it as a **Pre-Release**. 4. AppVeyor and Travis will start building automatically. 5. Once finished both CI, edit the Release and define the **Changelog** and save it (still **Pre-Release**). 6. Change the [index.html](https://github.com/saenzramiro/rambox/blob/gh-pages/index.html) of the Website and [README.md](https://github.com/saenzramiro/rambox/blob/master/README.md) to update if is necessary.