Skip to content
Compare
Choose a tag to compare
@JamesIves JamesIves released this 31 Mar 14:07
· 333 commits to releases/v3 since this release

Major Changes

  • Added the ability to have just a single commit on a branch. This restores the behavior of v2 except with a toggle. To turn this on you can set SINGLE_COMMIT: true in your workflow. This will wipe any existing history you have on the branch, please proceed with caution.
  • Added a cross publishing script so the action will now publish on the GitHub registry along with the npmjs registry.
  • Changed how debugging works. Instead of DEBUG: true being passed into the action you now need to specify an environment variable called ACTIONS_STEP_DEBUG and set it to true. This is more in line with how other GitHub recommends actions handle debugging.

Minor Changes

  • Switched to using a number of helper methods provided by @actions/toolkit such as log and `debug.
  • Improved integration tests slightly.
  • Added --force flag on the branch creation command.