Skip to content

Commit

Permalink
publish preprod version
Browse files Browse the repository at this point in the history
  • Loading branch information
HamzaKhait committed Mar 19, 2024
1 parent a318675 commit 2681e7b
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion release.config.cjs
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
module.exports = {
branches: ['main'],
branches: [
'main',
{
name: 'preprod',
prerelease: true
}
],
plugins: [
'@semantic-release/commit-analyzer',
'@semantic-release/release-notes-generator',
Expand Down

0 comments on commit 2681e7b

Please sign in to comment.