Skip to content

Commit

Permalink
feat: semantic-release
Browse files Browse the repository at this point in the history
Add semantic-release configuration
  • Loading branch information
jasonschroeder-sfdc committed Oct 13, 2022
1 parent aeb87b6 commit 18d2728
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,4 @@ jobs:
- run: yarn test:ci

- uses: codecov/codecov-action@v3
- run: npx semantic-release --dry-run
14 changes: 14 additions & 0 deletions .releaserc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
branches:
- master
- name: alpha
prerelease: true
channel: alpha

plugins:
- '@semantic-release/commit-analyzer'
- '@semantic-release/release-notes-generator'
- '@semantic-release/npm'
- '@semantic-release/github'

debug: true
dryRun: true

0 comments on commit 18d2728

Please sign in to comment.