Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 424 Bytes

CHANGELOG.md

File metadata and controls

28 lines (19 loc) · 424 Bytes

1.0.0 / 2015-08-04

Features

  • Add possibility to stop release in the middle

Breaking Changes

The sg_release task is now a multitask. This means you need to provide a target in its config for it to do anything.

Before:

'sg-release': {
  options: { ... }
}

After:

'sg_release': {
  options: { ... }
  myTarget: {}
}

(See gruntjs/grunt#279)