Skip to content

Commit

Permalink
Merge pull request #1 from DISIC/preprod
Browse files Browse the repository at this point in the history
publish new version
  • Loading branch information
HamzaKhait authored Mar 19, 2024
2 parents a318675 + 2681e7b commit cb98047
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 cb98047

Please sign in to comment.