UWMadisonUcomm / uw-ui-toolkit

A web front-end toolkit based on Bootstrap for designing and developing modern, mobile-first websites for the University of Wisconsin-Madison
Apache License 2.0
16 stars 15 forks source link

Unified Release process #71

Open nblair opened 9 years ago

nblair commented 9 years ago

This enhancement intends to unify the release management process. Per @jnweaver in issue #70:

"Doing a full release involves:

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.

jnweaver commented 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