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

Updated release procedure #1323

Merged
merged 7 commits into from
Jul 10, 2013
Merged

Updated release procedure #1323

merged 7 commits into from
Jul 10, 2013

Conversation

pfiller
Copy link
Contributor

@pfiller pfiller commented Jul 3, 2013

@kenearley @stof @koenpunt

Our S3 experiment is not going to last long. @kenearley has already pointed out some possible awkwardness with it and GitHub's releases pretty much makes some of the stuff we're doing unnecessary.

If this lands, the new process for updating a release would look like this:

  1. Change the version number in package.json
  2. Call grunt prep_release
  3. Commit the package.json and chosen.jquery.json file changes with a version summary (see 3a43166 for an example).
  4. Use GitHub releases to format the release notes and create the tag.
  5. Add the release zip to the notes

This PR also includes some changes to the documentation that will reduce the amount of times we need to push to gh_pages. Eventually, I'd like to add the version number back and include a direct link to the zip file on the release ... but GitHub doesn't currently offer a file naming convention that backs us up there.

@@ -127,7 +107,6 @@ module.exports = (grunt) ->
"description": pkg.description
"version": version()
"licenses": pkg.licenses
"download": version_url()

Choose a reason for hiding this comment

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

Wouldn't we want to just hardcode in the releases page for download? We can just put it in the package.json under jqueryJSON

Copy link
Contributor Author

Choose a reason for hiding this comment

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

See, I thought I did that in the chosen.jquery.json file. Oops.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

added: 93507a7

@kenearley
Copy link

It all looks good to me. :shipit:

@koenpunt
Copy link
Collaborator

koenpunt commented Jul 4, 2013

Looks good, and I guess pointing to a prototype example is not of that much use, as the functionality is the same. So 👍 for that also

pfiller added a commit that referenced this pull request Jul 10, 2013
Updated release procedure to remove S3 #1323
@pfiller pfiller merged commit a72da82 into master Jul 10, 2013
@pfiller pfiller deleted the releases-change branch July 10, 2013 16:15
pfiller added a commit that referenced this pull request Jul 10, 2013
- Speed Chosen up significantly (#1339)
- Fix broken RTL example #1331
- Updated release procedure to remove S3 #1323
- Include docsupport contents in zip #1321
- Replace deprecated grunt-css with grunt-contrib-cssmin #1319
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants