Skip to content

Commit d3f08aa

Browse files
committed
fix(versioning): include composer.json in semantic-release/git config
1 parent 9f762df commit d3f08aa

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,8 @@
6161
"assets": [
6262
"CHANGELOG.md",
6363
"package.json",
64-
"yarn.lock"
64+
"yarn.lock",
65+
"composer.json"
6566
]
6667
}
6768
],

0 commit comments

Comments
 (0)