Skip to content

Commit

Permalink
ci(renovate): use with when instead of assert (#784)
Browse files Browse the repository at this point in the history
  • Loading branch information
DanySK authored Nov 8, 2024
1 parent 543b322 commit 5cc3dd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release.config.mjs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import config from 'semantic-release-preconfigured-conventional-commits' assert { type: "json" }
import config from 'semantic-release-preconfigured-conventional-commits' with { type: "json" }

config.plugins.push(
"@semantic-release/github",
Expand Down

0 comments on commit 5cc3dd5

Please sign in to comment.