Skip to content

Commit 0dc3f76

Browse files
authored
Merge pull request #44 from 10up/release/1.5.0
Release 1.5.0
2 parents 0e76d7f + b4725ef commit 0dc3f76

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file, per [the Ke
44

55
## [Unreleased] - TBD
66

7+
## [1.5.0] - 2020-05-27
8+
### Added
9+
- Add optional ZIP file generation from SVN trunk to match content on WordPress.org. Props [@shivapoudel](https://github.com/shivapoudel) via [#37](https://github.com/10up/action-wordpress-plugin-deploy/pull/37).
10+
- Add example workflow file to attach the ZIP file to a GitHub release. Props [@helen](https://github.com/helen) via [#42](https://github.com/10up/action-wordpress-plugin-deploy/pull/42).
11+
- Set mime types on images in the SVN `assets` directory to prevent forced downloads on WordPress.org. Props [@nextgenthemes](https://github.com/nextgenthemes) via [#40](https://github.com/10up/action-wordpress-plugin-deploy/pull/40).
12+
713
## [1.4.1] - 2020-03-12
814
### Fixed
915
- Ensure previously committed files that are later added to `.distignore` get deleted. Props [@pascalknecht](https://github.com/pascalknecht) via [#26](https://github.com/10up/action-wordpress-plugin-deploy/pull/26).

action.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@ inputs:
55
generate-zip:
66
description: 'Generate package zip file?'
77
default: false
8-
outputs:
9-
zip_path:
10-
description: 'Zip file path'
118
runs:
129
using: 'docker'
1310
image: 'Dockerfile'

0 commit comments

Comments
 (0)