Skip to content

Commit

Permalink
Update bump_version script to bump OpenAPI files
Browse files Browse the repository at this point in the history
  • Loading branch information
svix-jplatte committed Jan 15, 2025
1 parent ae24a33 commit f89fb59
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion tools/bump_version.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,11 @@ const filesPaths = [
"python/svix/__init__.py",
// Ruby
"ruby/Gemfile.lock",
"ruby/lib/svix/version.rb"
"ruby/lib/svix/version.rb",
// OpenAPI spec
"server/openapi.json",
// Cloud OpenAPI spec - not necessary but any other time of updating seems weirder
"openapi.json",
];

const rootDir = join(__dirname, "..");
Expand Down

0 comments on commit f89fb59

Please sign in to comment.