Skip to content

Releases: rlespinasse/github-slug-action

3.6.0

15 Sep 15:01
Compare
Choose a tag to compare

3.6.0 (2021-09-15)

Features

  • add GITHUB_REF_NAME env var (12a7510)

2.2.0

05 Apr 18:00
Compare
Choose a tag to compare

2.2.0 (2021-04-05)

Features

1.2.0

05 Apr 17:59
Compare
Choose a tag to compare

1.2.0 (2021-04-05)

Features

  • add deprecation warning (c9eec68)

3.5.1

31 Mar 06:59
Compare
Choose a tag to compare

3.5.1 (2021-03-31)

Bug Fixes

3.5.0

30 Mar 20:05
Compare
Choose a tag to compare

3.5.0 (2021-03-30)

WARNING

This release should not be used due to #65

Features

  • allow underscore in slug values (475d293)

3.4.0

02 Mar 23:30
Compare
Choose a tag to compare

3.4.0 (2021-03-02)

Features

  • add _CS suffix to keep value case-sensitive (6c93fcb)

3.3.0

25 Jan 22:20
Compare
Choose a tag to compare

3.3.0 (2021-01-25)

Bug Fixes

  • support pull-request for slug and slug url (78985f8)

Caution: From v3.0.0 to v3.2.0 included, GITHUB_REF_SLUG have the wrong value on pull_request event.
refs/pull/42-merge become refs-pull-42-merge instead of 42-merge (See #58)

Features

  • support partial GITHUB_REPOSITORY (75ce03b)

3.2.0

12 Jan 09:23
Compare
Choose a tag to compare

3.2.0 (2021-01-12)

Features

  • expose GITHUB_EVENT_PULL_REQUEST_HEAD_SHA_SHORT (5b9fe60)

3.1.0

01 Nov 19:40
Compare
Choose a tag to compare

3.1.0 (2020-11-01)

Features

  • action: improve marketplace information (3cddc4f)

3.0.0

26 Oct 20:28
Compare
Choose a tag to compare

3.0.0 (2020-10-26)

Bug Fixes

  • upgrade actions core due to CVE fix (d0549c1)

Features

  • add support for windows and macos jobs (13c2f38)

BREAKING CHANGES

  • The action implementation move from container action to node.js action

Co-authored-by: Romain Lespinasse romain.lespinasse@gmail.com