Skip to content

Releases: semantic-release/semantic-release

v3.1.0

23 Apr 22:59
Compare
Choose a tag to compare

<a name"3.1.0">

3.1.0 (2015-04-23)

Features

  • pre: add option to provide own commit message analyzer (e445effd)

https://github.com/boennemann/semantic-release/wiki/commit-analysis

v3.0.5

21 Apr 12:29
Compare
Choose a tag to compare

<a name"3.0.5">

3.0.5 (2015-04-21)

Bug Fixes

  • pre: not running during npm pack (749eb11e)

v3.0.4: fix(package): update dependencies and adapt to their internal changes

03 Apr 18:40
Compare
Choose a tag to compare

<a name"3.0.4">

3.0.4 (2015-04-03)

Bug Fixes

  • package: update dependencies and adapt to their internal changes (03078949)

Released as a patch, because this includes security fixes.

v3.0.3: fix(npm-info): registry unexpectedly returned no json formatted error

03 Apr 17:41
Compare
Choose a tag to compare

3.0.3 (2015-04-03)

Bug Fixes

  • npm-info: registry unexpectedly returned no json formatted error (f74f764a)

This only affected publishing of yet unreleased packages.

v3.0.2

08 Feb 18:17
Compare
Choose a tag to compare

3.0.2 (2015-02-08)

Bug Fixes

  • post: revert to execing git commands. git-node is nice in theory, but actually unstable and inconsistent (bf69c1ae)

v3.0.1

08 Feb 17:00
Compare
Choose a tag to compare

3.0.1 (2015-02-08)

Bug Fixes

  • cli: remove unused require call (918e2c08)

v3.0.0

08 Feb 16:16
Compare
Choose a tag to compare

3.0.0 (2015-02-08)

This version got unpublished. Use ^3.0.1

Bug Fixes

  • cli:
    • prepublish is executed on link; does nothing then (54fe414b)
    • automatically run in debug mode locally (e0fc4840)

Features

  • setup: setup package.json (fee6d6ba)
  • verify: setup requirement verification (e92bd610)

Breaking Changes

  • The --no-ci flag is gone. If you want to run semantic-release locally now you have to explicitly run semantic-release pre --debug=false && semantic-release post --debug=false

    (e0fc4840)

v2.0.0

05 Feb 00:37
Compare
Choose a tag to compare

2.0.0 (2015-02-05)

Bug Fixes

  • version: use $npm_config_registry variable to ensure the right registry (a540c402)

Features

  • release: configure github api endpoint via environment variables (7380d586)

Breaking Changes

  • This breaks the usage of the semantic-release CLI outside of npm scripts.

    (a540c402)

v1.2.1

03 Feb 13:23
Compare
Choose a tag to compare

1.2.1 (2015-02-03)

Bug Fixes

  • cli: hooks work correctly w/abbrevd npm commands (16cf9aee)

Thanks to @christophwitzko

v1.2.0

02 Feb 22:34
Compare
Choose a tag to compare

1.2.0 (2015-02-02)

Features

  • cli: use --no-cli to publish locally w/o prompt (f2c701ca)