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

Stop generating gh-pages during release, update message #5147

Merged
merged 1 commit into from
Oct 13, 2015

Conversation

zpao
Copy link
Member

@zpao zpao commented Oct 12, 2015

We don't push the gh-pages branch directly anymore so get rid of that code from our release process.

var done = this.async();

grunt.file.copy('build/react-' + VERSION + '.zip', 'docs/downloads/react-' + VERSION + '.zip');
grunt.file.copy('build/react.js', 'docs/js/react.js');
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Isn't this part still important?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

… yea, it is. oops

@zpao zpao changed the title Remove docs step from release task, update message Stop generating gh-pages during release, update message Oct 13, 2015
@facebook-github-bot
Copy link

@zpao updated the pull request.

@@ -134,8 +107,10 @@ function msg() {
var steps = [
'Still todo:',
'* put files on CDN',
'* add starter pack (git add -f docs/downloads/react-version.zip)',
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You also need to commit, right?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yea but I figured the people doing this (me and you) are smart enough to know that. This isn't meant to be a complete step by step but a gentle reminder

zpao added a commit that referenced this pull request Oct 13, 2015
Stop generating gh-pages during release, update message
@zpao zpao merged commit 51c0f86 into facebook:master Oct 13, 2015
@zpao zpao deleted the update-release-task branch February 8, 2016 22:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants