Releases: jsmrcaga/action-netlify-deploy
Releases · jsmrcaga/action-netlify-deploy
v1.7.0 - Beta: Outputs
What's Changed
- Install node using nvm by @tpluscode in #23
- Add command output by @wallies in #26
New Contributors
Full Changelog: v1.6.0...v1.7.0
Beta
Changes
Minor
- Default install command is no longer
npm i
, it is inferred automatically from the .lock files
Beta
v1.5.0 fix: do not pass --alias and --prod together
Beta
Beta
PRs
Fixes
- @tpluscode refactored the
netlify
command
Features
- @tpluscode added the ability to deploy to Netlify under an alias
Beta
v1.2.0 feat: custom install and build command
Alpha
Merge pull request #5 from danielfrg/patch-1 Fix $NETLIFY_DEPLOY_PROD
Alpha Release
v1.0.1 First Commit