Skip to content

Releases: chinthakagodawita/autoupdate

v1.7.0

26 Mar 03:10
0707656
Compare
Choose a tag to compare

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

New Contributors

Full Changelog: v1.6.0...v1.7.0

v1.6.0

12 Dec 05:18
60e0488
Compare
Choose a tag to compare

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

24 Jun 08:41
95c97b0
Compare
Choose a tag to compare

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

12 Jun 06:20
28073b4
Compare
Choose a tag to compare

Contains:

v1.3.0

17 Apr 07:01
bd5708a
Compare
Choose a tag to compare

Contains:

Most of the above was thanks to contributions from @anarast and @electrofelix 🎉

v1.2.0

28 Feb 04:49
b9951b2
Compare
Choose a tag to compare

Contains:

v1.1.0

27 Jan 05:28
40a3722
Compare
Choose a tag to compare

Contains:

  • Add support for label negations (#86, #16)
  • Continue the autoupdate run if merging a PR fails, instead of crashing and stopping the workflow execution (#100)
  • A number of dependency upgrades (#89, #91, #93, #94, #95, #96, #97, #98)

v1.0.1

23 Dec 10:19
8312a1d
Compare
Choose a tag to compare

Bump node-notifier from 8.0.0 to 8.0.1 (#87)

v1.0.0

17 Dec 23:46
bf1962e
Compare
Choose a tag to compare

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

10 Feb 19:25
699da47
Compare
Choose a tag to compare
v0.1.4 Pre-release
Pre-release

Adds ability to ignore merge conflicts instead of erroring out (#17 - thanks @adrian-gomez!).