Skip to content

Commit

Permalink
chore: cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
kanadgupta committed Feb 13, 2023
1 parent dda580e commit 1b547dc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
1 change: 0 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ on:
branches:
- main
- next
- semantic-release # TODO: remove this

jobs:
release:
Expand Down
9 changes: 1 addition & 8 deletions .releaserc.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,4 @@
branches:
- name: main
- name: semantic-release # TODO: remove this
prerelease: next
channel: next
# - name: next
# prerelease: true
branches: [main, next]
plugins:
- '@semantic-release/commit-analyzer'
- ['@semantic-release/release-notes-generator', { 'writerOpts': { 'commitsSort': ['subject', 'scope'] } }]
Expand All @@ -25,4 +19,3 @@ plugins:
- '@semantic-release/npm'
# Lightweight alternative to `@semantic-release/github` that creates a draft release
- ['@semantic-release/exec', { 'publishCmd': 'gh release create ${nextRelease.version} --draft --generate-notes' }]
# dryRun: true # TODO: remove this

0 comments on commit 1b547dc

Please sign in to comment.