Skip to content

Commit

Permalink
fix: remove .env from .bumpversion.cfg (#13692)
Browse files Browse the repository at this point in the history
  • Loading branch information
pedroslopez committed Aug 26, 2024
1 parent 4672029 commit d923f5a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .bumpversion.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,6 @@ parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-[a-z]+)?
serialize =
{major}.{minor}.{patch}

[bumpversion:file:.env]
search = VERSION=dev
replace = VERSION={new_version}

[bumpversion:file:airbyte-container-orchestrator/Dockerfile]
search = ARG VERSION=dev
replace = ARG VERSION={new_version}
Expand Down

0 comments on commit d923f5a

Please sign in to comment.