Skip to content

Releases: AkhileshNS/heroku-deploy

v3.13.15

03 Jan 14:56
581dd28
Compare
Choose a tag to compare

Updated node version to "node20" (as "node18" is not supported by GitHub Actions)

v3.13.14

03 Jan 05:05
Compare
Choose a tag to compare

Updated node version from 16 to 18 (as 16 is causing problems due to deprecation)

v3.12.14

10 May 23:46
Compare
Choose a tag to compare
  • 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

12 Feb 19:45
Compare
Choose a tag to compare

Switched to node 16 due to deprecation of node 12 (Thank you to @brtrick for PR)

v3.12.12

23 Feb 17:37
Compare
Choose a tag to compare
  • Fixed minor bug regarding implementation of stack property in Action

v3.12.11

23 Feb 11:21
Compare
Choose a tag to compare
  • 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

13 Feb 19:04
Compare
Choose a tag to compare
  • 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

04 Feb 16:22
Compare
Choose a tag to compare
  • Using "main" remote branch as default
  • Using status code to verify healthcheck response

v3.9.9

31 Jan 04:55
Compare
Choose a tag to compare
  • Added option to disable autocreation of heroku app
  • Added option to specify remote heroku branch to deploy to

v3.8.9

08 Jan 07:16
Compare
Choose a tag to compare
  • Fixed minor bug with build args