Skip to content

Commit

Permalink
fix: set up beta prerelease
Browse files Browse the repository at this point in the history
  • Loading branch information
bitbeckers committed Aug 21, 2024
1 parent fb83df9 commit e552eca
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .releaserc.prerelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,6 @@ branches:
- name: hotfix/*
prerelease: '${name.replace(/^hotfix\//g, "fix-").replace(/\//g, "-")}'
- name: fix/*
prerelease: '${name.replace(/^fix\//g, "fix-").replace(/\//g, "-")}'
prerelease: '${name.replace(/^fix\//g, "fix-").replace(/\//g, "-")}'
- name: feat/init
prerelease: 'beta'

0 comments on commit e552eca

Please sign in to comment.