Skip to content

Commit

Permalink
Update README when bumping version
Browse files Browse the repository at this point in the history
  • Loading branch information
dochang committed Sep 16, 2021
1 parent ba4e10a commit 90aab16
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .bumplus.toml
Expand Up @@ -23,6 +23,10 @@ replace = '''
search = '{{old_version}}'
replace = '{{new_version}}'

[[files."README.md"]]
search = '{{old_version}}'
replace = '{{new_version}}'

[[files."Cask"]]
search = '{{old_version}}'
replace = '{{new_version}}'

0 comments on commit 90aab16

Please sign in to comment.