Skip to content

Commit

Permalink
feat: Try-release-2 (#40)
Browse files Browse the repository at this point in the history
* added release json

* force release
  • Loading branch information
diegolagospagopa authored Jul 4, 2024
1 parent c37c6f7 commit 28e3776
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions .releaserc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"plugins": [
[
"@semantic-release/commit-analyzer",
{
"preset": "angular",
"releaseRules": [{ "type": "breaking", "release": "major" }]
}
],
"@semantic-release/release-notes-generator",
"@semantic-release/github"
]
}
2 changes: 1 addition & 1 deletion force-release
Original file line number Diff line number Diff line change
@@ -1 +1 @@
471749
471752

0 comments on commit 28e3776

Please sign in to comment.