Skip to content
This repository has been archived by the owner on Jan 20, 2023. It is now read-only.

Releases: semantic-release/apm-config

v4.0.1

04 Aug 23:53
Compare
Choose a tag to compare

4.0.1 (2018-08-04)

Bug Fixes

v4.0.0

17 Jul 06:50
Compare
Choose a tag to compare

4.0.0 (2018-07-17)

Bug Fixes

BREAKING CHANGES

  • require semantic-release >= 15.8.0

v3.0.1

27 Jun 22:16
Compare
Choose a tag to compare

3.0.1 (2018-06-27)

Bug Fixes

v3.0.0

27 Jun 20:54
Compare
Choose a tag to compare

3.0.0 (2018-06-27)

Bug Fixes

BREAKING CHANGES

  • the GIT_USERNAME and GIT_EMAIL environment variables are replaced by the Git environment variables GIT_AUTHOR_NAME, GIT_AUTHOR_EMAIL, GIT_COMMITTER_NAME and GIT_COMMITTER_EMAIL.
  • the .gitignore file is now ignored when adding files to the release commit.
    Each files matching a glob in assets will now be included in the release commit. The assets option has now to be configured to match exactly the the files that have to be committed, independently of the .gitignore file.

Migration guide

If you use the environment variables GIT_USERNAME and GIT_EMAIL, replace them by GIT_AUTHOR_NAME, GIT_AUTHOR_EMAIL, GIT_COMMITTER_NAME and GIT_COMMITTER_EMAIL.

If you have files matched by globs in assets and in .gitignore that you do not want to be included in the release commit, refactor your assets globs to not include those files.

v2.0.1

15 Mar 12:20
Compare
Choose a tag to compare

2.0.1 (2018-03-15)

Bug Fixes

  • package: update execa to version 0.10.0 (4178c91)

v2.0.0

19 Feb 05:55
Compare
Choose a tag to compare

2.0.0 (2018-02-19)

Features

  • semantic-release@15.0.0 (73a5e37)

BREAKING CHANGES

  • require semantic-release@15.0.0

v1.1.0

17 Feb 03:59
Compare
Choose a tag to compare

1.1.0 (2018-02-17)

Features

  • support semantic-release@14.0.0 (276103d)

v1.0.7

09 Feb 23:10
a72de3b
Compare
Choose a tag to compare

1.0.7 (2018-02-09)

Bug Fixes

  • package: update node requirement to 8.3 (76d5410)
  • package: update semantic-release peerDependency (a72de3b)

v1.0.6

02 Feb 19:00
408235f
Compare
Choose a tag to compare

1.0.6 (2018-02-02)

Bug Fixes

v1.0.5

28 Jan 00:39
Compare
Choose a tag to compare

1.0.5 (2018-01-28)

Bug Fixes

  • update to semantic-release@13.0.0 (07cff3a)