Skip to content

Commit

Permalink
add release-plz config file
Browse files Browse the repository at this point in the history
  • Loading branch information
rushmorem committed Nov 16, 2023
1 parent f844cb9 commit fdd3f3a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/update.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,4 +58,5 @@ jobs:
git add Cargo.toml
git commit -m 'bump version'
/home/runner/.cargo/bin/release-plz release
git push upstream main
fi
2 changes: 2 additions & 0 deletions release-plz.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[workspace]
changelog_update = false

0 comments on commit fdd3f3a

Please sign in to comment.