Skip to content

Commit

Permalink
fix: release workflow trigger on tag creation
Browse files Browse the repository at this point in the history
  • Loading branch information
Nemental committed Oct 22, 2024
1 parent 2651e8f commit 7489059
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .releaserc
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
"@semantic-release/release-notes-generator",
"@semantic-release/changelog",
"@semantic-release/github",
"@semantic-release/git"
["@semantic-release/git", {
"message": "chore(release): ${nextRelease.version}\n\n${nextRelease.notes}"
}]
]
}

0 comments on commit 7489059

Please sign in to comment.