Files
github-slug-action/CHANGELOG.md
semantic-release-bot 6a873bec5a chore(release): 3.0.0 [skip ci]
# [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>
2020-10-26 20:27:51 +00:00

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)