Releases: jsmrcaga/action-netlify-deploy
v2.4.0 - Pin netlify version
v2.3.0
Important
This release fixes the netlify cli not existing anymore.
If you're using ubuntu-latest
in your workflow files, you've certainly noticed that the netlify CLI is missing. This is because the GitHub runner image for Ubuntu 24 no longer includes it by default.
@tpluscode added an optional installation on this release so that your workflows may work on ubuntu-latest
.
Please take note to fix the image versions on your worklflows if needed, netlify
is not the only tool no longer included by default.
What's Changed
- Update README (minor fixes) by @coliff in #58
- install netlify if not found by @tpluscode in #60
New Contributors
Full Changelog: v2.2.0...v3.0.0
v2.2.0 - Debug & Extra Flags
What's Changed
- Adding Debug option and extra custom flags to deploy command by @mkukawski in #55
New Contributors
- @mkukawski made their first contribution in #55
Full Changelog: v2.1.0...v2.2.0
v2.1.0 - Filter packages in monorepo
What's Changed
- Add
NETLIFY_DEPLOY_TO_PROD
to "Inputs" table by @cconrad in #44 - Readme updates by @tpluscode in #45
- Update README.md by @tpluscode in #49
- Monorepo filter by @tpluscode in #53
New Contributors
Full Changelog: v2.0.0...v2.1.0
v2.0.0 - Migrate to composite action (bash script)
Breaking changes
Version 2.0.0 migrates from a docker action to a composite action. This means some breaking changes:
nvm
is no longer supported. You MUST set up node version using something else (actions/setup-node
is meant to do this & you get some cache magic)netlify
CLI is no longer installed on the docker image, instead we use the pre-installed versionInstall command
andbuild command
have been kept for now but might be removed in the future. Since there are defaults (npm i
/yarn
andnpm run build
) you MUST pass a noop command if you do not wish to use them (ex:echo "No install"
). Please open an issue if this bothers you.
What's Changed
- feat: Switching the action from docker into composite by @crisperit in #42
New Contributors
- @crisperit made their first contribution in #42
Full Changelog: v1.8.2...v2.0.0
v1.8.2 - Fix multi-line GitHub output variables
What's Changed
- fix: one liner to multi liner by @oshima-gangan in #39
New Contributors
- @oshima-gangan made their first contribution in #39
Full Changelog: v1.8.1...v1.8.2
v1.8.1 - GitHub warnings on setting output
v1.8.0 - Option to disable nvm
v1.7.2 - Fix auto nvm
What's Changed
Full Changelog: v1.7.1...v1.7.2
v1.7.1 - Beta: Outputs
What's Changed
- fix: fail action on script errors by @tpluscode in #25
Full Changelog: v1.7.0...v1.7.1