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 0.8.0...main
.
For a full diff see 0.7.0...0.8.0
.
- Started building Docker image based on
composer-normalize.phar
(#81), by @localheinz - Stopped running with
--dry-run
option by default (#81), by @localheinz
For a full diff see 0.6.0...0.7.0
.
- Removed possibility to configure version of
ergebnis/composer-normalize
viaCOMPOSER_NORMALIZE_VERSION
environment variable (#63), by @localheinz
- Allowed specifying arguments and options so action can be run in other modes (#64), by @localheinz
For a full diff see 0.5.2...0.6.0
.
- References after move to @ergebnis (#57), by @localheinz
- Updated
ergebnis/composer-normalize
from1.3.0
to2.1.2
(#59), by @localheinz
For a full diff see 0.5.1...0.5.2
.
- Actually tag Docker image before attempting to push it (#50), by @localheinz
For a full diff see 0.5.0...0.5.1
.
- Flipped arguments passed to
startsWith()
so Docker images are actually tagged when a tag is created on GitHub (#49), by @localheinz
For a full diff see 0.4.2...0.5.0
.
- Started using
php:7.3-cli-alpine
instead ofphp:7.3-alpine
as Docker base image (#39), by @localheinz - Requiring
ergebnis/composer-normalize
only when value ofCOMPOSER_NORMALIZE_VERSION
environment variable is different from initially installed version (#40), by @localheinz - Allow specifying arguments and options for
composer normalize
using theargs
configuration (#47), by @localheinz
For a full diff see 0.4.1...0.4.2
.
- Workflow configuration and example (#37), by @localheinz
For a full diff see 0.4.0...0.4.1
.
- Use environment variable
COMPOSER_NORMALIZE_VERSION
directly instead of input parametercomposer-normalize-version
and require corresponding version ofergebnis/composer-normalize
inentrypoint.sh
(#36), by @localheinz
For a full diff see 0.3.1...0.4.0
.
- Provided metadata for the action via
action.yml
(#28), by @localheinz - Adjusted
action.yml
to allow specifying the version ofergebnis/composer-normalize
that should be used by the action (#29), by @localheinz
For a full diff see 0.3.0...0.3.1
.
- Updated
README.md
to reflect migration toyml
format (#25), by @localheinz
For a full diff see 0.2.5...0.3.0
.
- Updated
ergebnis/composer-normalize
(#23), by @localheinz
For a full diff see 0.2.4...0.2.5
.
- Started copying global
.composer
directory from Docker image into GitHub home directory inentrypoint.sh
(#18), by @localheinz
For a full diff see 0.2.3...0.2.4
.
- Switched to installing
ergebnis/composer-normalize
when building the Docker image (#10), by @localheinz
For a full diff see 0.2.2...0.2.3
.
- Switched back to deploying via Travis (#9), by @localheinz
For a full diff see 0.2.1...0.2.2
.
- Showed some information to allow debugging (#8), by @localheinz
For a full diff see 0.2.0...0.2.1
.
- Switched to using auto-builds on Docker hub instead of deploying from Travis (#7), by @localheinz
For a full diff see 0.1.0...0.2.0
.
- Switched to using the
root
user inDockerfile
to allow access to the GitHub workspace (#6), by @localheinz
For a full diff see afa2393...0.1.0
.