Releases: laminas/laminas-ci-matrix-action
Releases · laminas/laminas-ci-matrix-action
1.4.0
Release Notes for 1.4.0
Changed
- This release updates the entrypoint for the container backing the action to allow usage with actions/checkout if desired, or to use the container in a local checkout without requiring a new cloning operation.
1.4.0
- Total issues resolved: 1
- Total pull requests resolved: 1
- Total contributors: 1
Enhancement
1.3.0
Release Notes for 1.3.0
Added
- Adds the ability to specify the key
additional_checks
, containing an array of additional checks to perform beyond those auto-discovered by the tool.
See the documentation for further details.
Changed
-
You can now specify individual jobs in the "checks" configuration as objects, instead of only as a JSON string. When specified in this way, the action will cast the job to a JSON string for you.
-
The action now performs validations on each element of the "checks" configuration, raising warnings for anything malformed, and omitting those particular checks.
1.3.0
- Total issues resolved: 2
- Total pull requests resolved: 2
- Total contributors: 1
Enhancement
1.2.3
Release Notes for 1.2.3
1.2.x bugfix release (patch)
1.2.3
- Total issues resolved: 0
- Total pull requests resolved: 1
- Total contributors: 1
Bug
1.2.2
Release Notes for 1.2.2
1.2.x bugfix release (patch)
1.2.2
- Total issues resolved: 0
- Total pull requests resolved: 1
- Total contributors: 1
Bug
1.2.1
Release Notes for 1.2.1
1.2.1
- Total issues resolved: 0
- Total pull requests resolved: 1
- Total contributors: 1
Enhancement
1.2.0
Release Notes for 1.2.0
Changed
- The action and the container are now developed, released, and packaged in the same repository.
1.2.0
- Total issues resolved: 0
- Total pull requests resolved: 1
- Total contributors: 1
enhancement
Initial release
fix: include node_modules Otherwise the action cannot run. Ooops! Signed-off-by: Matthew Weier O'Phinney <[email protected]>
0alpha1: Initial checkin
Based on a PoC done in phly/keep-a-changelog. Signed-off-by: Matthew Weier O'Phinney <[email protected]>