Skip to content

Commit

Permalink
misc: update .github/workflows/release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
chassis-community committed Aug 28, 2024
1 parent 9fd29a9 commit 9dbd487
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
{"type": "test", "release": "patch"},
{"type": "minor", "release": "minor"},
{"type": "major", "release": "major"},
{"type": "dev", "release": "patch"}
{"type": "misc", "release": "patch"}
]
}], ["@semantic-release/release-notes-generator", {
"preset": "conventionalcommits"
Expand Down

0 comments on commit 9dbd487

Please sign in to comment.