2020 Changelog: All Releases and Updates for 'rlespinasse/github-slug-action'
3.1.0 (2020-11-01)
Features
- action: improve marketplace information (3cddc4f )
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
1.1.1 (2020-10-07)
Bug Fixes
- remove set-env due to CVE fix (6c69465 )
2.1.0 (2020-07-28)
Features
- expose slug variables for github.event.ref (5a334a8 )
2.0.0 (2020-04-26)
Features
BREAKING CHANGES
- slug: The previous slug function is rename slug_url to be able to still use itin the subdomain of an url.
Co-authored-by: Marc Schiller m4rc.schiller@gmail.com