1
1
mirror of https://github.com/theoludwig/eslint-config-conventions.git synced 2024-10-05 03:36:10 +02:00

chore: allow to publish pre-release beta version

This commit is contained in:
Théo LUDWIG 2024-05-21 17:39:28 +02:00
parent 860873aa4b
commit 815518c613
Signed by: theoludwig
GPG Key ID: ADFE5A563D718F3B

View File

@ -1,5 +1,5 @@
{
"branches": ["main"],
"branches": ["main", { "name": "beta", "prerelease": true }],
"plugins": [
[
"@semantic-release/commit-analyzer",