Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add error codes update to release process #8749

Merged
merged 2 commits into from
Jan 12, 2017
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions scripts/release-manager/Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,26 @@ git commit -am 'Update shrinkwrap'

If you’re feeling extra careful, you can run `npm test` again.

### Update the Error Codes


**This step is only necessary for a stable release.**
If you’re just cutting an alpha, you should skip it.

Run this so that `scripts/error-codes/codes.json` is up to date:

```
gulp react:extract-errors
```

Check `git diff`. Do changes look sensible?

Commit your changes:

```
git commit -am 'Update error codes'
```

### Write the Changelog

**This step is only necessary for a stable release.**
Expand Down