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.
For a full diff see 1.9.2...main
.
For a full diff see 1.9.1...1.9.2
.
- Expose
PULL_REQUEST_BRANCH_NAME
instead of overwritingPULL_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 invalid attempt to calculate cache key for
phars.xml
withhashfiles()
function (#197), by @lotyp
For a full diff see 1.8.0...1.9.0
.
- Started exposing a
RELEASE_HTML_URL
environment variable after creating a release withactions/github/release/create
(#183), by @localheinz
For a full diff see 1.7.0...1.8.0
.
- Added composite action
phive/install
for installing dependencies withphive
(#142), by @localheinz
For a full diff see 1.6.0...1.7.0
.
- Added composite actions
oh-dear/check/request-run
for requesting a check run on ohdear.app (#124), by @localheinz
For a full diff see 1.5.1...1.6.0
.
- Added composite actions
oh-dear/maintenance-period/start
andoh-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 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 composite action
composer/determine-root-version
(#87), by @localheinz
- Required a value for the
working-directory
input of the composite actioncomposer/determine-cache-directory
(#82), by @localheinz
For a full diff see 1.4.0...1.4.1
.
- Captured response in the composite action
github/release/create
(#82), by @localheinz
For a full diff see 1.3.2...1.4.0
.
- Updated
actions/github-script
(#79), by @localheinz - Started exposing
RELEASE_ID
andRELEASE_UPLOAD_URL
environment variable in the composite actiongithub/release/create
(#80), by @localheinz
For a full diff see 1.3.1...1.3.2
.
- Fixed a condition (#76), by @localheinz
For a full diff see 1.3.0...1.3.1
.
For a full diff see 1.2.1...1.3.0
.
- 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
.
- Added missing dash when specifying
working-dir
option (#54), by @localheinz
For a full diff see 1.1.0...1.2.0
.
- Added a
working-directory
input for thecomposer/determine-cache-directory
action (#52), by @localheinz
For a full diff see 1.0.0...1.1.0
.
- Added a
working-directory
input for thecomposer/install
action ([#49]), by @localheinz
For a full diff see [1.0.0...main
][1.0.0...main].
- Added composite actions for determining the
composer
cache directory and installing dependencies withcomposer
(#47), by @localheinz