Skip to content

Commit

Permalink
fix: connflict fix on .releaserc
Browse files Browse the repository at this point in the history
  • Loading branch information
Sajinsr committed Dec 24, 2024
1 parent 05af700 commit cf2e836
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .releaserc
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
{
<<<<<<< HEAD
"branches": ["version-15"],
=======
"branches": ["version-14", "version-15"],
>>>>>>> d1f28b6 (chore: fix symantic release config)
"branches": ["version-14", "version-15"],
"plugins": [
"@semantic-release/commit-analyzer", {
"preset": "angular",
Expand All @@ -25,4 +21,4 @@
],
"@semantic-release/github"
]
}
}

0 comments on commit cf2e836

Please sign in to comment.