1
0
mirror of https://github.com/theoludwig/theoludwig.git synced 2025-12-12 20:46:52 +01:00

chore: add Vercel CLI

This commit is contained in:
Divlo
2021-07-27 19:00:21 +02:00
parent 3b208c6614
commit 5133765f94
9 changed files with 693 additions and 8 deletions

View File

@@ -14,6 +14,11 @@
}
],
"@semantic-release/npm",
"@semantic-release/github"
[
"@semantic-release/github",
{
"assets": [{ "path": "Divlo.tar.gz", "label": "Source code (tar.gz)" }]
}
]
]
}