Skip to content

Releases: leonardoanalista/corp-semantic-release

v7.0.0

16 May 00:50
6db45ad
Compare
Choose a tag to compare

7.0.0 (2019-05-16)

Bug Fixes

Features

BREAKING CHANGES

  • Commit message for files package.json and CHANGELOG will contain text [ci skip] ***NO_CI***' so CI's can skip a build for this commit.

v6.5.0

12 Mar 03:29
Compare
Choose a tag to compare

6.5.0 (2019-03-12)

Bug Fixes

  • app: fix release (#70) (abacc1f)
  • app: force release with tagPrefix (295aa55)
  • app: put pakg version in sync (4aafc5c)
  • app: put release in sync (5ba2d66)
  • app: upgrade semantic release to fix release (#69) (adc4402)

Features

v6.4.0

02 Nov 23:39
Compare
Choose a tag to compare

6.4.0 (2017-11-02)

Features

  • app: add flag to commit to signal VSTS CI servers to ignore the commit (cce0bfb)

v6.3.1

25 Sep 10:44
Compare
Choose a tag to compare

6.3.1 (2017-09-25)

Bug Fixes

  • app: clarify scope-parsing behaviour for issue #50 (f3f66be)

v6.3.0

20 Sep 10:09
Compare
Choose a tag to compare

<a name"6.3.0">

6.3.0 (2017-09-20)

Features

  • packages:

v6.2.0

19 Jul 01:08
Compare
Choose a tag to compare

<a name"6.2.0">

6.2.0 (2017-07-19)

Features

  • app: add flag to commit to signal CI servers to ignore the commit (b5b3768c)

v6.1.0

25 Jun 10:30
Compare
Choose a tag to compare

6.1.0 (2017-06-25)

Features

  • app: modify option to release from any branch (cc29c2dc)

v6.0.0

07 Jun 05:20
Compare
Choose a tag to compare

<a name"6.0.0">

6.0.0 (2017-06-07)

Bug Fixes

  • process: fail if any of the steps fails (a16b6b50)

Breaking Changes

  • If pre-commit, git push or post-commit fails the whole program will also now fail with non-0 exit
    code.

ISSUES CLOSED: #40

(a16b6b50)

v5.0.0

18 Apr 07:28
Compare
Choose a tag to compare

<a name"5.0.0">

5.0.0 (2017-04-18)

Features

  • process: when not on master branch, exit with 0 instead of 1 (7a75dce3)

Breaking Changes

  • Projects that relied on the old when-not-on-master-exit-1 behaviour should use the new
    --post-success [cmd] hook to only run subsequent commands when a release occurs.

ISSUES CLOSED: #38

(7a75dce3)

v4.0.0

14 Apr 23:04
Compare
Choose a tag to compare

<a name"4.0.0">

4.0.0 (2017-04-14)

Features

  • process: make post-success expect a general command instead of an NPM script (226de45e)

Breaking Changes

  • The --post-success [script] argument can now accept any command as an argument. Previously [script]
    could only be the name of an NPM script in your package.json file. Now is could be "npm publish",
    "npm run foo" or even "git status" for example.

ISSUES CLOSED: #35

(226de45e)