Skip to content

Commit

Permalink
ci: Added prerelease option in release.config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
LakioLive committed Jan 29, 2025
1 parent f205fb1 commit dc4f3cd
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion release.config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
const config = {
branches: ["main", "dev"],
branches: [
"main",
{
name: "dev",
prerelease: true,
},
],
plugins: [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
Expand Down

0 comments on commit dc4f3cd

Please sign in to comment.