Skip to content

Deployments

David Furnes edited this page Mar 24, 2015 · 8 revisions

Deploying a new version of Neue is simple. Merge your feature branch into dev when you're done working on it. Then, tell George to prepare a new release from the #deploys room in Slack: @george release neue vX.X.X.

Our client apps (such as the main website) pull in updates to Neue using Bower when they're built, based on the version they are targeting in their bower.json. In most cases, they'll be set to automatically bring in "patch" updates but require a manual version bump for more significant updates.

Clone this wiki locally