Skip to content

Commit

Permalink
chore: 🔧 added bonnie publishing scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
arctic-hen7 committed Sep 2, 2021
1 parent bf931e4 commit 6264a2e
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions bonnie.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,13 @@ doc = [
# Releases the project (maintainers only)
# We commit all staged files so we can manually bump the Cargo version
release = "standard-version --sign --commit-all && git push --follow-tags origin main"

# Publishes each package
publish-core = [
"cd packages/perseus",
"cargo publish",
"cd ../perseus-actix-web",
"cargo publish",
"cd ../perseus-cli",
"cargo publish"
]

0 comments on commit 6264a2e

Please sign in to comment.