Releases: chinthakagodawita/autoupdate
Releases · chinthakagodawita/autoupdate
v1.7.0
Sorry for how much time has passed since the last release!
This release contains the following changes:
- Support for the
workflow_dispatch
event (#271) - Dependency updates, including some security updates
I also recommend switching your Ubuntu version from ubuntu-18.04
to ubuntu-22.04
or newer if you haven't already.
What's Changed
- Support the workflow_dispatch event by @anarast in #271
- chore: that URL has changed by @mfranzke in #363
- Bump @actions/core from 1.5.0 to 1.10.0 by @dependabot in #338
- Fix failing CI by @chinthakagodawita in #366
- Bump minimist from 1.2.5 to 1.2.8 by @dependabot in #367
- Bump minimatch from 3.0.4 to 3.1.2 by @dependabot in #368
- Bump node-fetch from 2.6.1 to 2.6.9 by @dependabot in #369
- Bump eslint-plugin-prettier from 3.4.0 to 4.2.1 by @dependabot in #316
- Bump prettier from 2.3.2 to 2.8.7 by @dependabot in #370
New Contributors
Full Changelog: v1.6.0...v1.7.0
v1.6.0
Contains:
- A warning if autoupdate fails to run against a fork (#219)
- Support for a new filter -
PR_FILTER=auto_merge
(#240 - thanks @anarast!) - An output that indicates if a PR couldn't be updated due a merge conflict (#269 - thanks @ken-matsui!)
- A number of dependency updates
v1.5.0
Contains:
- The ability to filter pull requests based on their state - e.g. draft or ready_for_review (#183 - thanks to @pjohnmeyer!)
- Upgraded from Node 14 to 16 (#182 - thanks to @anarast!)
v1.4.0
v1.3.0
Contains:
- Support for the
workflow_run
event (triggered bypush
orpull_request
) (#138, #147) - Typings for incoming event data (#147)
- Various dependency updates (#140, #141, #129, #130, #134, #143, #136, #146, #145, #144, #142)
Most of the above was thanks to contributions from @anarast and @electrofelix 🎉
v1.2.0
v1.1.0
v1.0.1
Bump node-notifier from 8.0.0 to 8.0.1 (#87)
v1.0.0
First real stable release 🎉
This contains the following changes:
- Full test coverage (#26)
- Converted the codebase to run on Typescript (#33)
- A whole bunch of dependency updates (#54 in particular)
- Skip PR updates if their upstream repository can't be found (#79)
Most of the above was thanks to contributions from @anarast and @vanessayuenn
v0.1.4
Adds ability to ignore merge conflicts instead of erroring out (#17 - thanks @adrian-gomez!).