Skip to content

Commit

Permalink
ci: update semantic release config file (#8)
Browse files Browse the repository at this point in the history
Co-authored-by: asyncapi-bot <[email protected]>
Co-authored-by: asyncapi-bot-eve <[email protected]>
  • Loading branch information
3 people authored Apr 11, 2023
1 parent b224fcc commit cc6ea5f
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/.releaserc
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
---
branches:
- master
# by default release workflow reacts on push not only to master.
#This is why out of the box sematic release is configured for all these branches
- name: next-spec
prerelease: true
- name: next-major
prerelease: true
- name: next-major-spec
prerelease: true
- name: beta
prerelease: true
- name: alpha
prerelease: true
plugins:
- - "@semantic-release/commit-analyzer"
- preset: conventionalcommits
- - "@semantic-release/release-notes-generator"
- preset: conventionalcommits
- "@semantic-release/npm"
- "@semantic-release/github"

0 comments on commit cc6ea5f

Please sign in to comment.