Skip to content

Commit

Permalink
remove custom publish with features, --no-verify should handle it now
Browse files Browse the repository at this point in the history
  • Loading branch information
jbolda committed Jul 24, 2024
1 parent 567074c commit 0c2215b
Showing 1 changed file with 1 addition and 18 deletions.
19 changes: 1 addition & 18 deletions .changes/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -262,24 +262,7 @@
},
"sql": {
"path": "./plugins/sql",
"manager": "rust",
"publish": [
{
"command": "echo '<details>\n<summary><em><h4>Cargo Publish</h4></em></summary>\n\n```'",
"dryRunCommand": true,
"pipe": true
},
{
"command": "cargo publish --features sqlite --no-verify",
"dryRunCommand": "cargo publish --features sqlite --dry-run",
"pipe": true
},
{
"command": "echo '```\n\n</details>\n'",
"dryRunCommand": true,
"pipe": true
}
]
"manager": "rust"
},
"sql-js": {
"path": "./plugins/sql",
Expand Down

0 comments on commit 0c2215b

Please sign in to comment.