Skip to content

Commit

Permalink
Add a CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
helen committed Mar 12, 2020
1 parent cc8f3f1 commit 94f008f
Showing 1 changed file with 37 additions and 0 deletions.
37 changes: 37 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
# Changelog

All notable changes to this project will be documented in this file, per [the Keep a Changelog standard](http://keepachangelog.com/).

## [Unreleased] - TBD

## [1.4.1] - 2020-03-12
### Fixed
- 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 remove `v` 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
### Added
- Strip leading `v` off of tag name if present, as it is remains common practice with Git tags.

### Fixed
- Avoid failure if no assets directory exists.

## [1.3.0] - 2019-08-30
### Added
- 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.

### Changed
- Removed unnecessary `GITHUB_TOKEN` check/requirement.

## [1.2.1] - 2019-08-22
### Fixed
- Use more robust method of copying files (`-c` flag for `rsync`).

[Unreleased]: https://github.com/10up/action-wordpress-plugin-asset-update/compare/master...develop
[1.4.1]: https://github.com/10up/action-wordpress-plugin-asset-update/compare/1.4.0...1.4.1
[1.4.0]: https://github.com/10up/action-wordpress-plugin-asset-update/compare/1.3.0...1.4.0
[1.3.0]: https://github.com/10up/action-wordpress-plugin-asset-update/compare/1.2.1...1.3.0
[1.2.1]: https://github.com/10up/action-wordpress-plugin-asset-update/compare/03e175e...d2b6608

0 comments on commit 94f008f

Please sign in to comment.