Open nblair opened 9 years ago
Thanks, Nick. I just addressed the second part of the first bullet point with 826533d -- the Jekyll pages now read the version number from package.json (we wrote a plugin to do this but weren't using it!)
We might also want to look at GitHub's Releases API for issuing the actual GH release and uploading the .zip asset
This enhancement intends to unify the release management process. Per @jnweaver in issue #70:
"Doing a full release involves:
bower.json
andpackage.json
, but also in a couple places where its referenced in the Jekyll site_layouts/page.html
andgetting-started/index.md
grunt compress:release_zip
will add a .zip file to the build directory with the current version (pulled from package.json)That's too many steps and too many different people.
Some early ideas:
We should try to mock out what the commands would look like with either of these tools.