Skip to content

Commit

Permalink
bumpversion
Browse files Browse the repository at this point in the history
  • Loading branch information
marcolivierarsenault committed Aug 30, 2024
1 parent 206ec72 commit 1d347a6
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ furo==2024.8.6
ruff==0.6.2
ha-ffmpeg==3.2.0
sphinx-toolbox==3.8.0
bump2version==1.0.1
17 changes: 15 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,7 +1,20 @@
[bumpversion]
current_version = 1.3.4
commit = True
tag = False

[tool:pytest]
testpaths = tests
norecursedirs = .git
addopts =
--strict-markers
--cov=custom_components
--strict-markers
--cov=custom_components
asyncio_mode = auto

[bumpversion:file:./custom_components/moonraker/const.py]
search = VERSION = "{current_version}"
replace = VERSION = "{new_version}"

[bumpversion:file:./custom_components/moonraker/manifest.json]
search = "version": "{current_version}"
replace = "version": "{new_version}"

0 comments on commit 1d347a6

Please sign in to comment.