Releases: 10up/action-wordpress-plugin-build-zip
Releases · 10up/action-wordpress-plugin-build-zip
1.0.2
Fixed
- Handle the error
detected dubious ownership in repository at '/github/workspace'when using a.gitattributesfile (props @dkotter, @iamdharmesh via #7). - Ensure built files are included when used without a
BUILD_DIRand.distignorefile (props @dkotter, @iamdharmesh via #7). - Install SVN as part of the workflow, if needed (props @kirtangajjar, @dkotter, @faisal-alvi via #8).
Developer
- Replaced
lee-dohm/no-responsewithactions/staleto help with closing no-response/stale issues (props @jeffpaul, @dkotter via #5).
New Contributors
- @iamdharmesh made their first contribution in #7
- @kirtangajjar made their first contribution in #8
- @faisal-alvi made their first contribution in #8
Full Changelog: 1.0.1...1.0.2
View closed items in the milestone.
1.0.1
Changed
- Updated to v4 of
upload-artifact, the action now exposes the artifact URL with:${{ steps.upload-plugin-artifact.outputs.artifact-url }}(props @jdevalk via #3).
New Contributors
- @jdevalk made their first contribution in #3
- @jeffpaul made their first contribution in #5
- @github-actions made their first contribution in #4
Full Changelog: 1.0.0...1.0.1
View all items closed in the milestone.
1.0.0
Initial release 🎉