Skip to content

Commit

Permalink
Don't automatically bump version numbers inside HidiveCorrect.wdl
Browse files Browse the repository at this point in the history
  • Loading branch information
kvg committed Oct 15, 2024
1 parent f4149f3 commit e999a9b
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .bumpversion.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,4 @@ replace = version = "{new_version}"

[bumpversion:file:src/skydive/Cargo.toml]
search = version = "{current_version}"
replace = version = "{new_version}"

[bumpversion:file:wdl/HidiveCorrect.wdl]
search = docker: "us.gcr.io/broad-dsp-lrma/lr-hidive:latest"
replace = docker: "us.gcr.io/broad-dsp-lrma/lr-hidive:{new_version}"
replace = version = "{new_version}"

0 comments on commit e999a9b

Please sign in to comment.