Skip to content

Releases: semantic-release/git

v7.0.4

11 Sep 15:31
Compare
Choose a tag to compare

7.0.4 (2018-09-11)

Bug Fixes

  • package: update debug to version 4.0.0 (ca9de5f)

v7.0.3

26 Aug 20:56
Compare
Choose a tag to compare

7.0.3 (2018-08-26)

Bug Fixes

  • package: update execa to version 1.0.0 (a35f990)

v7.0.2

24 Aug 08:46
Compare
Choose a tag to compare

7.0.2 (2018-08-24)

Bug Fixes

  • package: update execa to version 0.11.0 (20809c3)

v7.0.1

19 Jul 04:13
Compare
Choose a tag to compare

7.0.1 (2018-07-19)

Bug Fixes

  • glob assets before running git ls-files (7eb2b3f)

v7.0.0

17 Jul 06:05
Compare
Choose a tag to compare

7.0.0 (2018-07-17)

Features

  • use cwd and env options passed by core (1fab20e)

BREAKING CHANGES

  • require semantic-release >= 15.8.0

v6.0.2

17 Jul 02:38
Compare
Choose a tag to compare

6.0.2 (2018-07-17)

Bug Fixes

  • package: update fs-extra to version 7.0.0 (54bd404)

v6.0.1

27 Jun 21:07
Compare
Choose a tag to compare

6.0.1 (2018-06-27)

Bug Fixes

  • factorise the verification code in a function (fac45a3)

v6.0.0

27 Jun 20:02
Compare
Choose a tag to compare

6.0.0 (2018-06-27)

Features

  • commit files from assets even if in they are in .gitignore (629dfc4)

BREAKING CHANGES

  • 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 commited, independently of the .gitignore file.

v5.0.0

08 May 17:23
Compare
Choose a tag to compare

5.0.0 (2018-05-08)

Features

  • set name/email of commit author and committer via Git env var (a58c357)

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.

Co-authored-by: Sergey Bekrin sergey@bekrin.me

v4.0.3

01 May 16:25
Compare
Choose a tag to compare

4.0.3 (2018-05-01)

Bug Fixes

  • package: update fs-extra to version 6.0.0 (5ed087b)