Skip to content

Commit

Permalink
remove cargo package
Browse files Browse the repository at this point in the history
  • Loading branch information
jbolda committed Jun 29, 2024
1 parent 0592d50 commit 22ff523
Showing 1 changed file with 5 additions and 14 deletions.
19 changes: 5 additions & 14 deletions .changes/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,10 @@
}
},
"prepublish": [
"sudo apt-get update",
"sudo apt-get install -y libgtk-3-dev libayatana-appindicator3-dev",
"cargo install cargo-audit --features=fix",
{
"command": "cargo install cargo-audit --features=fix",
"dryRunCommand": true
},
{
"command": "cargo generate-lockfile",
"dryRunCommand": true,
Expand All @@ -39,18 +40,14 @@
}
],
"publish": [
{
"command": "cargo package --allow-dirty",
"dryRunCommand": true
},
{
"command": "echo '<details>\n<summary><em><h4>Cargo Publish</h4></em></summary>\n\n```'",
"dryRunCommand": true,
"pipe": true
},
{
"command": "cargo publish --no-verify --allow-dirty",
"dryRunCommand": "cargo publish --no-verify --dry-run",
"dryRunCommand": "cargo publish --no-verify --allow-dirty --dry-run",
"pipe": true
},
{
Expand All @@ -63,12 +60,6 @@
"git tag ${ pkg.pkg }-v${ pkgFile.versionMajor } -f",
"git tag ${ pkg.pkg }-v${ pkgFile.versionMajor }.${ pkgFile.versionMinor } -f",
"git push --tags -f"
],
"assets": [
{
"path": "./target/package/${ pkg.pkg }-${ pkgFile.version }.crate",
"name": "${ pkg.pkg }-${ pkgFile.version }.crate"
}
]
}
},
Expand Down

0 comments on commit 22ff523

Please sign in to comment.