Releases: ApeWorX/github-action
Releases · ApeWorX/github-action
v3.0
v2.7
- fix: issue where was warned about cache Path validation error when not using certain features, such as compilers.
v2.6
- Upgrade action dependencies setup-python and caching
v2.5
- Upgrade
andstor/file-existence-action
from v2 to v3 to resolve node-deprecation warnings
v2.4
v2.3
v2.2
What's Changed
feat: The default ape-plugins-list
now is based on the existence of version specs in your ape-config.yaml [#26]. Thanks @antazoey.
If you have version specs, the default is now simply .
(install plugins from file). If you don't, the default is the same as it was before: . --upgrade
(install the latest plugins from your config file).
v2.1
v2.0
Breaking Change
- fix: move upgrade flag to the default plugin list by @Schlagonia in #17
New Contributors
- @Schlagonia made their first contribution in #17
Full Changelog: v1.3...v2.0
v1.3
What's Changed
- refactor: use github output files instead of set-output by @fubuloubu in #9
Full Changelog: v1.2...v1.3