Skip to content

Releases: semantic-release/semantic-release

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)

v1.1.1

02 Feb 17:04
Compare
Choose a tag to compare

1.1.1 (2015-02-02)

Bug Fixes

  • restart: correctly prevent double npm publish run (b39fecbd)

v1.1.0

02 Feb 15:28
Compare
Choose a tag to compare

1.1.0 (2015-02-02)

Bug Fixes

  • post: correctly link issues and commits in changelog (a1c86fc0)

Features

  • pre: make hook "prepublish" compatible (9191260c)
  • semantic-release: let the user confirm if they run hooks outside of CI (bd909369)

v1.0.0

02 Feb 03:53
Compare
Choose a tag to compare

1.0.0 (2015-02-02)

Bug Fixes

  • semantic-release: not running prepublish on install (1d935059)

Features

  • post: add initial version of command (17ad82bf)
  • pre: add initial version of command (0ee9cc31)
  • semantic-release: add initial version of cli (fe750f7b)