build: start releasing alpha packages

This commit is contained in:
Adolfo R. Brandes
2024-03-20 12:51:23 -03:00
committed by Adolfo R. Brandes
parent a49b06349e
commit 64fc8adeed
2 changed files with 5 additions and 1 deletions

View File

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

View File

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