Releases: AkhileshNS/heroku-deploy
Releases · AkhileshNS/heroku-deploy
v3.13.15
Updated node version to "node20" (as "node18" is not supported by GitHub Actions)
v3.13.14
Updated node version from 16 to 18 (as 16 is causing problems due to deprecation)
v3.12.14
- Updated @actions/core version to >1.10.0 to fix
setOutput
call problems in the future
(Thanks to @arg, @clickclickonsal, @Romack and @fabn for the suggestion)
v3.12.13
Switched to node 16 due to deprecation of node 12 (Thank you to @brtrick for PR)
v3.12.12
- Fixed minor bug regarding implementation of stack property in Action
v3.12.11
- Updated documentation to include note on avoiding setting automatic deployments on in Heroku
- Added ability to set stack when creating Heroku App
- Fix bug with multiple rollbacks
v3.11.10
- Fixed bug related to "master" and "main" default branch switch in git (Now the Action pushes to "main" by default and automatically switches Heroku Apps that still use "master" to "main")
- Removed "remote_branch" as it is redundant now
v3.10.9
- Using "main" remote branch as default
- Using status code to verify healthcheck response
v3.9.9
- Added option to disable autocreation of heroku app
- Added option to specify remote heroku branch to deploy to
v3.8.9
- Fixed minor bug with build args