Skip to content

Commit

Permalink
Update release checklist (#8389)
Browse files Browse the repository at this point in the history
  • Loading branch information
sophiebits committed Nov 29, 2016
1 parent f634b81 commit a98e822
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions grunt/tasks/release.js
Original file line number Diff line number Diff line change
Expand Up @@ -108,11 +108,12 @@ function msg() {
grunt.log.subhead('Release *almost* complete...');
var steps = [
'Still todo:',
'* put files on CDN',
'* add starter pack (git add -f docs/downloads/react-version.zip)',
'* push changes to git repositories',
'* update docs branch variable in Travis CI',
'* publish npm modules',
'* add starter pack (`git add -f docs/downloads/react-version.zip`) and commit',
'* push this repo with tags',
'* push bower repo with tags',
'* run `npm-publish` in rrm',
'* create release on github',
'* for a major release, update docs branch variable in Travis CI',
'* announce it on FB/Twitter/mailing list',
];
steps.forEach(function(ln) {
Expand Down

0 comments on commit a98e822

Please sign in to comment.