What's Changed
The vast majority of teams should be able to upgrade to
v9.0.0
without any issues
It should be noted that this change is only "breaking" in the sense that unexpected behavior may take place for teams using more unique git flows for development. If you want to maintain the current state of this Action on v9.0.0
and beyond, all you need to do is to simply set outdated_mode: "pr_base"
in the Action configuration. Most teams using this Action will not notice any issues upgrading to v9.x.x
.
This release introduces a new input option (outdated_mode
) for fine grain control over deployments when a branch is deemed "out-of-date" 🎉. These changes were introduced in #237 and the aforementioned pull request contains a lot of information around these changes. You can also view the detailed documentation around this new input option to learn more and how you and your team can use it. Enjoy!
- Bump the github-actions group with 2 updates by @dependabot in #238
- Bump the npm-dependencies group with 5 updates by @dependabot in #239
- Update Base Branch Improvements by @GrantBirki in #237
- update all node deps by @GrantBirki in #240
Full Changelog: v8...v9.0.0
Huge thank you to @jessew-albert for helping out with the features in this release! 🙇