Skip to content

Commit

Permalink
ci: enable pre-release tagging
Browse files Browse the repository at this point in the history
  • Loading branch information
rsdmike committed May 22, 2024
1 parent a12bcc7 commit 2d86620
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ name: Semantic-Release CI

on:
push:
branches: [notyet]
branches: [main]

jobs:
release:
Expand Down
7 changes: 5 additions & 2 deletions .releaserc.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
{
"branches": [
"main",
"next"
"master",
{
"name": "main",
"prerelease": "alpha"
}
],
"plugins": [
"@semantic-release/commit-analyzer",
Expand Down

0 comments on commit 2d86620

Please sign in to comment.