Document how to release an update

This commit is contained in:
joshaber 2016-09-22 11:25:02 -04:00
parent 3e90b4c29a
commit 81508b9892
2 changed files with 8 additions and 0 deletions

View file

@ -4,4 +4,5 @@ This is the [GitHub Desktop](https://github.com/desktop/desktop) product develop
- **[Getting started](getting-started.md)**
- **[How we work](../CONTRIBUTING.md)**
- **[Releasing updates](releasing-updates.md)**
- **[Styleguide](styleguide.md)**

View file

@ -0,0 +1,7 @@
# Releasing Updates
1. Bump `version` in `[app/package.json](app/package.json)`.
2. Push the version bump.
3. Create a tag for the version (e.g., `git tag release-1.1.1`).
4. Push the tag.
5. Run `.release desktop/YOUR_BRANCH to {prod|testing|beta}`.