Skip to content

Commit

Permalink
improve: main branch for releases and beta or next for pre-rele…
Browse files Browse the repository at this point in the history
…ases

#20
  • Loading branch information
oskar-gmerek committed May 3, 2023
1 parent d161f4e commit eca6328
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 8 deletions.
14 changes: 10 additions & 4 deletions .autorc
Original file line number Diff line number Diff line change
@@ -1,10 +1,16 @@
{
"release": {
"prerelease": true
},
"prereleaseBranches": [
"beta",
"next"
],
"plugins": [
"git-tag",
"released",
[
"released",
{
"prereleaseLabel": "🚧 "
}
],
[
"conventional-commits",
{
Expand Down
5 changes: 1 addition & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
name: Release

on:
push:
branches:
- main
on: [push]

jobs:
release:
Expand Down

0 comments on commit eca6328

Please sign in to comment.