mirror of
https://github.com/rlespinasse/github-slug-action.git
synced 2026-07-17 01:39:20 +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>
26 lines
856 B
Markdown
26 lines
856 B
Markdown
# [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](http://github.com/rlespinasse/github-slug-action/commit/d0549c1f85ab9567b439f9d660b01ce1142b9fbe))
|
|
|
|
|
|
### Features
|
|
|
|
* add support for windows and macos jobs ([13c2f38](http://github.com/rlespinasse/github-slug-action/commit/13c2f38dad5f32529f37c25736412b1e4cf687fe))
|
|
|
|
|
|
### 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](http://github.com/rlespinasse/github-slug-action/compare/2.0.0...2.1.0) (2020-07-28)
|
|
|
|
|
|
### Features
|
|
|
|
* expose slug variables for github.event.ref ([5a334a8](http://github.com/rlespinasse/github-slug-action/commit/5a334a8573fc27451af5b2a6ee175d8e11579e10))
|