mirror of
https://github.com/mtkennerly/dunamai-action.git
synced 2025-06-20 14:30:48 +00:00
20 lines
714 B
Markdown
20 lines
714 B
Markdown
## Unreleased
|
|
|
|
* Rewrote as a composite action (which invokes a Python script) instead of a Node.js 16 action.
|
|
There should be no observable changes in the action's usage or API.
|
|
|
|
## v1.2.0 (2022-10-31)
|
|
|
|
* Updated for Node.js 12 deprecation:
|
|
https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/
|
|
* Updated for `set-output` deprecation:
|
|
https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
|
|
## v1.1.0 (2020-10-08)
|
|
|
|
* Updated for `set-env` deprecation:
|
|
https://github.blog/changelog/2020-10-01-github-actions-deprecating-set-env-and-add-path-commands
|
|
|
|
## v1.0.0 (2020-07-10)
|
|
|
|
* Initial release.
|