Skip to content

Commit

Permalink
Merge branch 'release/1.0.2' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
dkotter committed Feb 4, 2025
2 parents da42f86 + 579d2bb commit 181610a
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
18 changes: 17 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion CREDITS.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 181610a

Please sign in to comment.