Skip to content

Commit

Permalink
chore(releaserc): add back "commit-analyzer" type "dependencies"
Browse files Browse the repository at this point in the history
for as long as 9.0 has not been released
  • Loading branch information
hasezoey committed Aug 15, 2023
1 parent 48cfbbf commit 0e0953e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .releaserc.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ module.exports = {
{type: "test", release: false},
{type: "chore", release: false},
{type: "deps", release: "minor"},
// backwards compatability, remove after 9.0 has been published
{type: "dependencies", release: "minor"},
// dont trigger another release on release commit
{type: "release", release: false}
],
Expand Down

0 comments on commit 0e0953e

Please sign in to comment.