All notable changes to this project will be documented in this file, per the Keep a Changelog standard.
- Allow updating tags when the tag already exists.
1.4.1 - 2020-03-12
- Ensure previously committed files that are later added to
.distignore
get deleted. Props @pascalknecht via #26. - Escape filenames to avoid errors with filenames containing an
@
symbol. Props @Gaya via #22. - Use parameter expansion instead of
sed
to removev
from version numbers. Props @szepeviktor via #24. - Use
https
for WordPress.org URLs. Props @dinhtungdu via #28. - Correct encrypted secrets documentation link. Props @felipeelia via #20.
1.4.0 - 2019-10-21
- Strip leading
v
off of tag name if present, as it is remains common practice with Git tags.
- Avoid failure if no assets directory exists.
1.3.0 - 2019-08-30
- Added the ability to use
.distignore
to exclude files from deployment instead of.gitattributes
, which works better when a build step is included. Props @LeoColomb via #3, with additional thanks to @markjaquith for consultation.
- Removed unnecessary
GITHUB_TOKEN
check/requirement.
1.2.1 - 2019-08-22
- Use more robust method of copying files (
-c
flag forrsync
).