forked from woocommerce/woocommerce
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow changelog in build zip (woocommerce#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>
- Loading branch information
1 parent
8399481
commit 250bc9e
Showing
2 changed files
with
5 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,7 +10,6 @@ | |
/tests/ | ||
/e2e/ | ||
babel.config.js | ||
changelog.txt | ||
composer.* | ||
contributors.html | ||
docker-compose.yaml | ||
|
5 changes: 5 additions & 0 deletions
5
plugins/woocommerce/changelog/update-distignore-allow-changelog
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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. | ||
|
||
|