Skip to content

Releases: rlespinasse/github-slug-action

3.6.1

22 Aug 21:11
Compare
Choose a tag to compare

3.6.1 (2022-08-22)

Bug Fixes

  • remove trailing hyphens if any after cut (19f9c84)

4.2.5

16 Jun 17:58
Compare
Choose a tag to compare

4.2.5 (2022-06-16)

Bug Fixes

  • remove trailing hyphens if any after cut (0141d9b)

4.2.4

16 Apr 17:28
Compare
Choose a tag to compare

4.2.4 (2022-04-16)

Bug Fixes

  • GITHUB_REF_NAME: correctly fill the variable on pull request events (2c5a627)

4.2.3

08 Apr 21:53
Compare
Choose a tag to compare

4.2.3 (2022-04-08)

Bug Fixes

  • preserve dash groups (1615fcb)
  • remove underscore from URL-compliant slugs (812bd42)

4.2.2

24 Mar 07:16
4177734
Compare
Choose a tag to compare

4.2.2 (2022-03-24)

Bug Fixes

  • do not replace group of dashes with a single dash (ad808ea)

4.2.1

22 Mar 14:43
Compare
Choose a tag to compare

4.2.1 (2022-03-22)

Bug Fixes

  • set short-length automatically when no checkout (7a3b4c1)

4.2.0

21 Mar 15:49
Compare
Choose a tag to compare

4.2.0 (2022-03-21)

Features

  • add option to set a different short length than git defaults (dbbe21b)

4.1.0

19 Mar 21:51
88f3ee8
Compare
Choose a tag to compare

4.1.0 (2022-03-19)

Features

  • add option to set a different slug length than 63 (88f3ee8)

4.0.1

19 Mar 10:36
Compare
Choose a tag to compare

4.0.1 (2022-03-19)

Bug Fixes

  • short: populate GITHUB_SHA_SHORT correctly (cd9871b)

4.0.0

01 Jan 14:08
bd31a9f
Compare
Choose a tag to compare

4.0.0 (2022-01-01)

Features

  • support prefix on exported variables (e917203)
  • use composite action instead of node (4405613)

BREAKING CHANGES

  • use different backend for the action