Skip to content

Commit

Permalink
build: configure semantic release for main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
MarshallOfSound committed Oct 18, 2022
1 parent 691e4ef commit 64cbc83
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
- checkout
- *step-restore-cache
- run: yarn --frozen-lockfile
- run: npx @continuous-auth/[email protected]
- run: npx semantic-release
workflows:
version: 2
Expand All @@ -43,4 +44,5 @@ workflows:
branches:
only:
- main
context: cfa-release

3 changes: 2 additions & 1 deletion .releaserc.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"@semantic-release/release-notes-generator",
"@continuous-auth/semantic-release-npm",
"@semantic-release/github"
]
],
"branches": [ "main" ]
}

0 comments on commit 64cbc83

Please sign in to comment.