The "release" task performs a single build and exports the build files along
  with bower components to a release directory.

Examples:
  angularity release       Run this task
  angularity release -n    Run this task but do not minify built javascript


Options:
  --help, -h, -?         This help message
  --unminified, -u       Inhibit minification of javascript     [default: false]
  --jshint-reporter, -j  Specify a custom JsHint reporter to use. Either a
                         locally npm installed module, or the absolute path to
                         one.            [default: "angularity-jshint-reporter"]