2022 Changelog: All Releases and Updates for 'rlespinasse/github-slug-action'
4.4.0
(2022-10-31)
Features
- support GHES step output management (a362e5f
)
4.3.2
(2022-10-17)
Bug Fixes
- update dependencies to remove internal warnings (b011e83
)
4.3.1
(2022-10-15)
Bug Fixes
- use environment file to manage outputs (00198f8
)
3.7.1
(2022-10-15)
Bug Fixes
- use environment file to manage outputs (dedf4ac
)
4.3.0
(2022-10-02)
Features
3.7.0
(2022-10-02)
Features
3.6.1
(2022-08-22)
Bug Fixes
- remove trailing hyphens if any after cut (19f9c84
)
4.2.5
(2022-06-16)
Bug Fixes
- remove trailing hyphens if any after cut (0141d9b
)
4.2.4
(2022-04-16)
Bug Fixes
- GITHUB_REF_NAME: correctly fill the variable on pull request events (2c5a627
)
4.2.3
(2022-04-08)
Bug Fixes
- preserve dash groups (1615fcb
)
- remove underscore from URL-compliant slugs (812bd42
)
4.2.2
(2022-03-24)
Bug Fixes
- do not replace group of dashes with a single dash (ad808ea
)
4.2.1
(2022-03-22)
Bug Fixes
- set short-length automatically when no checkout (7a3b4c1
)
4.2.0
(2022-03-21)
Features
- add option to set a different short length than git defaults (dbbe21b
)
4.1.0
(2022-03-19)
Features
- add option to set a different slug length than 63 (88f3ee8
)
4.0.1
(2022-03-19)
Bug Fixes
- short: populate GITHUB_SHA_SHORT correctly (cd9871b
)
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