Skip to content

Remove package.json from export-ignore list#822

Merged
agibson-godaddy merged 2 commits intorelease/6.1.4from
fix/include-package-json
Apr 1, 2026
Merged

Remove package.json from export-ignore list#822
agibson-godaddy merged 2 commits intorelease/6.1.4from
fix/include-package-json

Conversation

@agibson-godaddy
Copy link
Copy Markdown
Contributor

@agibson-godaddy agibson-godaddy commented Apr 1, 2026

Summary

This removes package.json from gitattributes export-ignore because it would seem Sake uses this to determine the "current framework version" during deployments.

Before merge

  • Checks pass
  • I have confirmed these changes in each supported minor WooCommerce version

@agibson-godaddy agibson-godaddy requested a review from Copilot April 1, 2026 09:16
@agibson-godaddy agibson-godaddy self-assigned this Apr 1, 2026
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR ensures package.json is included in source exports/archives by removing it from .gitattributes export-ignore, since deployments (via Sake) use it to determine the current framework version.

Changes:

  • Removed package.json from the .gitattributes export-ignore list so it will be present in exported archives.
  • Added a corresponding 6.1.4 changelog entry documenting the fix.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

File Description
woocommerce/changelog.txt Adds a 6.1.4 entry documenting the change to distribution/export behavior.
.gitattributes Stops excluding package.json from exported archives by removing export-ignore for that file.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@agibson-godaddy agibson-godaddy merged commit 815188d into release/6.1.4 Apr 1, 2026
9 checks passed
@agibson-godaddy agibson-godaddy deleted the fix/include-package-json branch April 1, 2026 09:20
@agibson-godaddy agibson-godaddy mentioned this pull request Apr 1, 2026
2 tasks
agibson-godaddy added a commit that referenced this pull request Apr 1, 2026
* Version 6.1.4

* Remove package.json from export-ignore list (#822)

* Remove package.json from export-ignore list

* Update changelog

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Ashley Gibson <99189195+agibson-godaddy@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants