Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasmcdonald3 committed Nov 15, 2024
1 parent 2fc1080 commit a69ce50
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .releaserc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -175,8 +175,8 @@ module.exports = {
{
prepareCmd: [
"make -C TestVectorsAwsCryptographicMaterialProviders transpile_python",
"sh scripts/release/git_add_gitignore_bypass_release_files.sh"
].join(" && ")
"sh scripts/release/git_add_gitignore_bypass_release_files.sh",
].join(" && "),
},
],
// Commit and push changes the changelog and versions bumps
Expand Down

0 comments on commit a69ce50

Please sign in to comment.