-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
Conversation
@@ -127,7 +107,6 @@ module.exports = (grunt) -> | |||
"description": pkg.description | |||
"version": version() | |||
"licenses": pkg.licenses | |||
"download": version_url() |
There was a problem hiding this comment.
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
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
added: 93507a7
It all looks good to me. |
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 |
Updated release procedure to remove S3 #1323
@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:
package.json
grunt prep_release
package.json
andchosen.jquery.json
file changes with a version summary (see 3a43166 for an example).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.