Skip to content

Commit

Permalink
🔧 Include API version in bumps
Browse files Browse the repository at this point in the history
  • Loading branch information
joeribekker committed Jan 30, 2024
1 parent 434dfdb commit b324a69
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .bumpversion.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,7 @@ replace = :Version: {new_version}
[bumpversion:file:package.json]
search = "version": "{current_version}",
replace = "version": "{new_version}",

[bumpversion:file:src/sdg/conf/api.py]
search = "VERSION": "{current_version}",
replace = "VERSION": "{new_version}",

0 comments on commit b324a69

Please sign in to comment.