action-netlify-deploy

Netlify Deploy

MIT License

Stars
99
Committers
12

Bot releases are visible (Hide)

action-netlify-deploy - v2.2.0 - Debug & Extra Flags Latest Release

Published by jsmrcaga 6 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/jsmrcaga/action-netlify-deploy/compare/v2.1.0...v2.2.0

action-netlify-deploy - v2.1.0 - Filter packages in monorepo

Published by jsmrcaga about 1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/jsmrcaga/action-netlify-deploy/compare/v2.0.0...v2.1.0

action-netlify-deploy - v2.0.0 - Migrate to composite action (bash script)

Published by jsmrcaga almost 2 years ago

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 version
  • Install command and build command have been kept for now but might be removed in the future. Since there are defaults (npm i/yarn and npm 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

New Contributors

Full Changelog: https://github.com/jsmrcaga/action-netlify-deploy/compare/v1.8.2...v2.0.0

action-netlify-deploy - v1.8.2 - Fix multi-line GitHub output variables

Published by jsmrcaga almost 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/jsmrcaga/action-netlify-deploy/compare/v1.8.1...v1.8.2

action-netlify-deploy - v1.8.1 - GitHub warnings on setting output

Published by jsmrcaga almost 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/jsmrcaga/action-netlify-deploy/compare/v1.8.0...v1.8.1

action-netlify-deploy - v1.8.0 - Option to disable nvm

Published by jsmrcaga over 2 years ago

action-netlify-deploy - v1.7.2 - Fix auto nvm

Published by jsmrcaga almost 3 years ago

What's Changed

Full Changelog: https://github.com/jsmrcaga/action-netlify-deploy/compare/v1.7.1...v1.7.2

action-netlify-deploy - v1.7.1 - Beta: Outputs

Published by jsmrcaga almost 3 years ago

action-netlify-deploy - v1.7.0 - Beta: Outputs

Published by jsmrcaga almost 3 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/jsmrcaga/action-netlify-deploy/compare/v1.6.0...v1.7.0

action-netlify-deploy - Beta

Published by jsmrcaga over 3 years ago

Changes

Minor

  • Default install command is no longer npm i, it is inferred automatically from the .lock files
action-netlify-deploy - Beta

Published by jsmrcaga over 3 years ago

action-netlify-deploy - Beta

Published by jsmrcaga over 3 years ago

PRs

Fixes

  • @tpluscode refactored the netlify command

Features

  • @tpluscode added the ability to deploy to Netlify under an alias
action-netlify-deploy - Beta

Published by jsmrcaga over 4 years ago

action-netlify-deploy - Alpha

Published by jsmrcaga over 4 years ago

action-netlify-deploy - Alpha Release

Published by jsmrcaga over 4 years ago