mirror of
https://github.com/rlespinasse/github-slug-action.git
synced 2026-06-30 01:46:42 +00:00
# [3.0.0](http://github.com/rlespinasse/github-slug-action/compare/2.1.0...3.0.0) (2020-10-26) ### Bug Fixes * upgrade actions core due to CVE fix ([d0549c1](d0549c1f85)) ### Features * add support for windows and macos jobs ([13c2f38](13c2f38dad)) ### BREAKING CHANGES * The action implementation move from container action to node.js action Co-authored-by: Romain Lespinasse <romain.lespinasse@gmail.com>
856 B
856 B
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
2.1.0 (2020-07-28)
Features
- expose slug variables for github.event.ref (5a334a8)