Allow changelog in build zip (#40133)
* Allow changelog in build zip * Add changefile(s) from automation for the following project(s): woocommerce --------- Co-authored-by: github-actions <github-actions@github.com>
This commit is contained in:
parent
8399481566
commit
250bc9ea4e
|
@ -10,7 +10,6 @@
|
||||||
/tests/
|
/tests/
|
||||||
/e2e/
|
/e2e/
|
||||||
babel.config.js
|
babel.config.js
|
||||||
changelog.txt
|
|
||||||
composer.*
|
composer.*
|
||||||
contributors.html
|
contributors.html
|
||||||
docker-compose.yaml
|
docker-compose.yaml
|
||||||
|
|
|
@ -0,0 +1,5 @@
|
||||||
|
Significance: patch
|
||||||
|
Type: dev
|
||||||
|
Comment: This PR updates the .distignore such that the changelog.txt file is included in builds, and does not itself need a changelog entry.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue