diff --git a/CHANGELOG.md b/CHANGELOG.md index 9cc2c99..bb00813 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,13 +4,29 @@ All notable changes to this project will be documented in this file, per [the Ke ## [Unreleased] - TBD +## [1.0.2] - 2025-02-04 + +### Fixed + +- Handle the error `detected dubious ownership in repository at '/github/workspace'` when using a `.gitattributes` file (props [@dkotter](https://github.com/dkotter), [@iamdharmesh](https://github.com/iamdharmesh) via [#7](https://github.com/10up/action-wordpress-plugin-build-zip/pull/7)). +- Ensure built files are included when used without a `BUILD_DIR` and `.distignore` file (props [@dkotter](https://github.com/dkotter), [@iamdharmesh](https://github.com/iamdharmesh) via [#7](https://github.com/10up/action-wordpress-plugin-build-zip/pull/7)). +- Install SVN as part of the workflow, if needed (props [@kirtangajjar](https://github.com/kirtangajjar), [@dkotter](https://github.com/dkotter), [@faisal-alvi](https://github.com/faisal-alvi) via [#8](https://github.com/10up/action-wordpress-plugin-build-zip/pull/8)). + +### Developer + +- Replaced `lee-dohm/no-response` with `actions/stale` to help with closing no-response/stale issues (props [@jeffpaul](https://github.com/jeffpaul), [@dkotter](https://github.com/dkotter) via [#5](https://github.com/10up/action-wordpress-plugin-build-zip/pull/5)). + ## [1.0.1] - 2024-03-20 + ### Changed -- Updated to v4 of `upload-artifact`, the action now exposes the artifact URL with: `${{ steps.upload-plugin-artifact.outputs.artifact-url }}` (props [@jdevalk](https://github.com/jdevalk) via [#3](https://github.com/10up/action-wordpress-plugin-build-zip/pull/3)). + +- Updated to v4 of `upload-artifact`, the action now exposes the artifact URL with: `${{ steps.upload-plugin-artifact.outputs.artifact-url }}` (props [@jdevalk](https://github.com/jdevalk), [@dkotter](https://github.com/dkotter) via [#3](https://github.com/10up/action-wordpress-plugin-build-zip/pull/3)). ## [1.0.0] - 2022-12-01 + - Initial release. [Unreleased]: https://github.com/10up/action-wordpress-plugin-build-zip/compare/stable...develop +[1.0.2]: https://github.com/10up/action-wordpress-plugin-build-zip/compare/1.0.1...1.0.2 [1.0.1]: https://github.com/10up/action-wordpress-plugin-build-zip/compare/1.0.0...1.0.1 [1.0.0]: https://github.com/10up/action-wordpress-plugin-build-zip/releases/tag/1.0.0 diff --git a/CREDITS.md b/CREDITS.md index a0f7f36..500f238 100644 --- a/CREDITS.md +++ b/CREDITS.md @@ -10,7 +10,7 @@ The following individuals are responsible for curating the list of issues, respo Thank you to all the people who have already contributed to this repository via bug reports, code, design, ideas, project management, translation, testing, etc. -[Darin Kotter (@dkotter)](https://github.com/dkotter), [Jeffrey Paul (@jeffpaul)](https://github.com/jeffpaul), [Joost de Valk (@jdevalk)](https://github.com/jdevalk). +[Darin Kotter (@dkotter)](https://github.com/dkotter), [Jeffrey Paul (@jeffpaul)](https://github.com/jeffpaul), [Joost de Valk (@jdevalk)](https://github.com/jdevalk), [Dharmesh Patel (@iamdharmesh)](https://github.com/iamdharmesh), [Kirtan Gajjar (@kirtangajjar)](https://github.com/kirtangajjar), [Faisal Alvi (@faisal-alvi)](https://github.com/faisal-alvi). ## Libraries