Skip to content

Commit

Permalink
fix(config): release not working (#47)
Browse files Browse the repository at this point in the history
* fix(config): relase not working

* fix(config): workflow to push
  • Loading branch information
PaleBluDot authored Sep 13, 2023
1 parent 6b0554f commit 067d125
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/development.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Development

on:
push:
pull_request:
branches:
- "+([0-9])?(.{+([0-9]),x}).x"
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ on:
branches:
- main
- beta
- next
- next-major
- "*.x" # maintenance releases branches

jobs:
Publish:
Expand Down
2 changes: 2 additions & 0 deletions .releaserc.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
"@semantic-release/commit-analyzer",
{
"releaseRules": [
{ "type": "feat", "release": "minor" },
{ "type": "fix", "release": "minor" },
{ "type": "docs", "release": "patch" },
{ "type": "refactor", "release": "patch" },
{ "type": "revert", "release": "patch" }
Expand Down

0 comments on commit 067d125

Please sign in to comment.