Skip to content

Choose a tag to compare

@MekDrop MekDrop released this 20 Apr 23:36
· 33 commits to main since this release

The GitHub Action has been rewritten to use a Node.js-based implementation instead of a custom script, making it easier to maintain and more compatible with standard workflows. Additionally, a new optional project_path parameter has been added, allowing users to specify the location of the composer.json file. This is especially useful for projects with non-standard directory structures.

What's Changed

  • Bump actions/checkout from 3 to 4 by @dependabot in #17
  • Bump dependabot/fetch-metadata from 1.6.0 to 2.0.0 by @dependabot in #18
  • Bump dependabot/fetch-metadata from 2.0.0 to 2.1.0 by @dependabot in #19
  • Bump dependabot/fetch-metadata from 2.1.0 to 2.2.0 by @dependabot in #20
  • Bump dependabot/fetch-metadata from 2.2.0 to 2.3.0 by @dependabot in #21
  • Increase dependabot pull request limit to 20 (was 5) by @MekDrop in #22
  • Add project_path parameter + rewritten with JS by @MekDrop in #23
  • Improved README.md by @MekDrop in #24
  • Added npm packages autoupdates to dependabot config by @MekDrop in #25
  • Bump eslint from 8.57.1 to 9.25.0 by @dependabot in #26
  • Bump eslint-plugin-jest from 27.9.0 to 28.11.0 by @dependabot in #27
  • Fixed eslint config by @MekDrop in #28
  • GitHub actions rewritten to better test code and better automerge dependency updates by @MekDrop in #29

Full Changelog: v1.0.2...v2.0.0