feat(workflow): add release action

This commit is contained in:
moklick
2024-07-01 12:13:08 +02:00
parent 7e42e20f67
commit 25e52f78b9
5 changed files with 65 additions and 2 deletions

View File

@@ -7,5 +7,5 @@
"access": "restricted",
"baseBranch": "main",
"updateInternalDependencies": "patch",
"ignore": ["astro", "react-examples", "svelte-examples"]
"ignore": ["astro", "react-examples", "svelte-examples", "astro-examples", "playwright"]
}