build: start releasing alpha packages

This commit is contained in:
Adolfo R. Brandes
2024-03-20 12:54:08 -03:00
committed by Adolfo R. Brandes
parent 3b2a2bfa95
commit 2494ad2b57
2 changed files with 5 additions and 1 deletions

View File

@@ -3,6 +3,7 @@ on:
push:
branches:
- master
- alpha
jobs:
release:
name: Release

View File

@@ -1,5 +1,8 @@
{
"branch": "master",
"branches": [
"master",
{name: "alpha", prerelease: true}
],
"tagFormat": "v${version}",
"verifyConditions": [
"@semantic-release/npm",