Skip to content

Latest commit

 

History

History
215 lines (139 loc) · 7.86 KB

CHANGELOG.md

File metadata and controls

215 lines (139 loc) · 7.86 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Unreleased

For a full diff see 1.9.2...main.

For a full diff see 1.9.1...1.9.2.

Fixed

  • Expose PULL_REQUEST_BRANCH_NAME instead of overwriting PULL_REQUEST_NUMBER environment variable when adding label based on branch name (#194), by @jaymecd

For a full diff see 1.9.0...1.9.1.

Fixed

  • Fixed invalid attempt to calculate cache key for phars.xml with hashfiles() function (#197), by @lotyp

For a full diff see 1.8.0...1.9.0.

Changed

  • Started exposing a RELEASE_HTML_URL environment variable after creating a release with actions/github/release/create (#183), by @localheinz

For a full diff see 1.7.0...1.8.0.

Added

  • Added composite action phive/install for installing dependencies with phive (#142), by @localheinz

For a full diff see 1.6.0...1.7.0.

Added

For a full diff see 1.5.1...1.6.0.

Added

  • Added composite actions oh-dear/maintenance-period/start and oh-dear/maintenance-period/stop for starting and stopping maintenance periods on ohdear.app (#123), by @localheinz

For a full diff see 1.5.0...1.5.1.

Fixed

  • Fixed a condition in github/pull-request/add-label-based-on-branch-name (#96), by @localheinz

For a full diff see 1.4.1...1.5.0.

Added

  • Added composite action composer/determine-root-version (#87), by @localheinz

Fixed

  • Required a value for the working-directory input of the composite action composer/determine-cache-directory (#82), by @localheinz

For a full diff see 1.4.0...1.4.1.

Fixed

  • Captured response in the composite action github/release/create (#82), by @localheinz

For a full diff see 1.3.2...1.4.0.

Changed

  • Updated actions/github-script (#79), by @localheinz
  • Started exposing RELEASE_ID and RELEASE_UPLOAD_URL environment variable in the composite action github/release/create (#80), by @localheinz

For a full diff see 1.3.1...1.3.2.

Fixed

For a full diff see 1.3.0...1.3.1.

For a full diff see 1.2.1...1.3.0.

Added

  • Added composite action github/pull-request/add-assignee (#59), by @localheinz
  • Added composite action github/pull-request/approve (#60), by @localheinz
  • Added composite action github/pull-request/merge (#64), by @localheinz
  • Added composite action github/pull-request/add-label-based-on-branch-name (#67), by @localheinz
  • Added composite action github/release/create (#72), by @localheinz
  • Added composite action github/pull-request/request-review (#73), by @localheinz

For a full diff see 1.2.0...1.2.1.

Fixed

  • Added missing dash when specifying working-dir option (#54), by @localheinz

For a full diff see 1.1.0...1.2.0.

Added

  • Added a working-directory input for the composer/determine-cache-directory action (#52), by @localheinz

For a full diff see 1.0.0...1.1.0.

Added

  • Added a working-directory input for the composer/install action ([#49]), by @localheinz

For a full diff see [1.0.0...main][1.0.0...main].

Added

  • Added composite actions for determining the composer cache directory and installing dependencies with composer (#47), by @localheinz