Merge pull request #876 from xabbuh/branch-alias

add a branch alias to allow installing untagged 1.8 versions
This commit is contained in:
Emanuil Rusev 2024-07-18 10:01:16 +03:00 committed by GitHub
commit 0476f3be5b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -29,5 +29,10 @@
"CommonMarkTest": "test/",
"CommonMarkTestWeak": "test/"
}
},
"extra": {
"branch-alias": {
"dev-1.8.x-beta": "1.8.x-dev"
}
}
}