Skip to content

Commit 9e492a0

Browse files
authored
Merge pull request #48 from geekcom/develop
added support for changelogs
2 parents 4277f9e + b3ece73 commit 9e492a0

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

changelog-linker.yml

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
parameters:
2+
repository_url: 'https://github.com/geekcom/validator-docs'

composer.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@
1313
},
1414
"require-dev": {
1515
"phpunit/phpunit": "^8.3",
16-
"orchestra/testbench": "^4.0"
16+
"orchestra/testbench": "^4.0",
17+
"symplify/changelog-linker": "^6.1"
1718
},
1819
"autoload": {
1920
"psr-4": {

0 commit comments

Comments
 (0)