Skip to content

Commit

Permalink
Stats: add package version to composer (Automattic#36657)
Browse files Browse the repository at this point in the history
  • Loading branch information
bindlegirl authored Mar 29, 2024
1 parent 1dfa4be commit b542d77
Show file tree
Hide file tree
Showing 6 changed files with 25 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Significance: patch
Type: added

Composer: added version constant for ststs package.
3 changes: 3 additions & 0 deletions projects/packages/stats/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,9 @@
"extra": {
"autotagger": true,
"mirror-repo": "Automattic/jetpack-stats",
"version-constants": {
"::PACKAGE_VERSION": "src/class-package-version.php"
},
"changelogger": {
"link-template": "https://github.com/Automattic/jetpack-stats/compare/v${old}...v${new}"
},
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Significance: patch
Type: other
Comment: Updated composer.lock.


5 changes: 4 additions & 1 deletion projects/plugins/jetpack/composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Significance: patch
Type: changed
Comment: Updated composer.lock.


5 changes: 4 additions & 1 deletion projects/plugins/search/composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit b542d77

Please sign in to comment.