Skip to content

Commit

Permalink
Social Logos: Add post-build tests (#38224)
Browse files Browse the repository at this point in the history
* Add tests

* Add changelog

* Remove unneeded test

* Adjusted expected-vs-actual test to check both ways

Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/11690093602

Upstream-Ref: Automattic/jetpack@4b83bb9
  • Loading branch information
tbradsha authored and matticbot committed Nov 5, 2024
1 parent dea61f6 commit d5b0515
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [3.1.11-alpha] - unreleased

This is an alpha version! The changes listed here are not final.

### Added
- Added post-build tests.

## [3.1.10] - 2024-10-25
### Changed
- Updated package dependencies. [#39893]
Expand Down Expand Up @@ -161,6 +168,7 @@

- Build: Refactored (aligned build system with Gridicons).

[3.1.11-alpha]: https://github.com/Automattic/social-logos/compare/v3.1.10...v3.1.11-alpha
[3.1.10]: https://github.com/Automattic/social-logos/compare/v3.1.9...v3.1.10
[3.1.9]: https://github.com/Automattic/social-logos/compare/v3.1.8...v3.1.9
[3.1.8]: https://github.com/Automattic/social-logos/compare/v3.1.7...v3.1.8
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"scripts": {
"build-development": "./tools/build",
"build-production": "./tools/build --prod"
"build-production": "./tools/build && ./tests/tests.js"
},
"minimum-stability": "dev",
"prefer-stable": true,
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "social-logos",
"version": "3.1.10",
"version": "3.1.11-alpha",
"description": "A repository of all the social logos used on WordPress.com.",
"homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/js-packages/social-logos/",
"bugs": {
Expand Down

0 comments on commit d5b0515

Please sign in to comment.