Skip to content

Commit

Permalink
build: add releaserc file
Browse files Browse the repository at this point in the history
Signed-off-by: Ali Sajid Imami <[email protected]>
  • Loading branch information
AliSajid committed Oct 16, 2024
1 parent 832adf7 commit 75bddef
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .releaserc.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# SPDX-FileCopyrightText: 2022 - 2024 Ali Sajid Imami
#
# SPDX-License-Identifier: MIT

branches:
- main
- name: next
prerelease: true

plugins:
- '@semantic-release/commit-analyzer'
- '@semantic-release/release-notes-generator'
- - '@semantic-release/git'
- assets:
['CHANGELOG.md']
message: 'chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}'
- '@semantic-release/github'

0 comments on commit 75bddef

Please sign in to comment.