All notable changes to this project will be documented in this file, per the Keep a Changelog standard.
Unreleased - TBD
1.4.1 - 2020-03-12
- Ensure previously committed files that are later added to
.distignore
get deleted. Props @pascalknecht via #18. - Escape filenames to avoid errors with filenames containing an
@
symbol. Props @Gaya via #18. - Use
https
for WordPress.org URLs. Props @dinhtungdu via #17. - Correct encrypted secrets documentation link. Props @felipeelia via #11.
1.4.0 - 2019-10-15
- Support for
README.md
via an optionalREADME_NAME
environment variable.
- Ensure readme updates when using
.distignore
.
1.3.0 - 2019-08-31
- Support for
.distignore
to align with the deploy action.
- Return success instead of failure when there's nothing to deploy.
1.2.1 - 2019-08-22
- Deploy
readme.txt
changes to the specifiedStable tag
if it exists.
- Account for possible whitespace around the stable tag.
- Use more robust method of copying files (
-c
flag forrsync
).