All notable changes to this project will be documented in this file, per the Keep a Changelog standard.
Unreleased - TBD
2.1.1 - 2022-08-7
2.1.0 - 2022-04-12
- Environment variable (
IGNORE_OTHER_FILES
) allowing to deploy updates to readme and/or assets without checking other files (props @markjaquith via #32).
2.0.0 - 2021-08-24
This is now a composite Action, meaning that it runs directly on the GitHub Actions runner rather than spinning up its own container and is significantly faster.
- Set mime types on images in the SVN
assets
directory to prevent forced downloads on WordPress.org (props @nextgenthemes via action-wordpress-plugin-deploy#40 and @dinhtungdu via #21). - Support for stable tag extraction from Markdown lists in README.md files (props @grappler via #25).
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
).