Add support for SVGO v3
Closed this issue · 0 comments
ericcornelissen commented
Feature Request
- SVGO Action version: v3.0.3
- On: any
Description
Version 3 of SVGO (v3.0.0) was released today. This Action should support using that version of SVGO.
Example
n/a
Proposal
Add support for:
- Using
svgo-version: 3
. - Using
svgo@^v3
whensvgo-version: project
is set.
Explicitly don't:
- Update the default value of
svgo-version
from2
to3
. This should be done with a new major release.
Notes
It looks like svgo@v2
hasn't been deprecated (yet).