Skip to content

Commit

Permalink
fix: add version to manifest.json
Browse files Browse the repository at this point in the history
  • Loading branch information
alandtse committed Feb 1, 2021
1 parent fd21842 commit faef7a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions custom_components/alexa_media/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"domain": "alexa_media",
"name": "Alexa Media Player",
"version": "3.6.3",
"config_flow": true,
"documentation": "https://github.com/custom-components/alexa_media_player/wiki",
"issue_tracker": "https://github.com/custom-components/alexa_media_player/issues",
Expand Down
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
[semantic_release]
version_variable=custom_components/alexa_media/const.py:__version__
version_pattern=custom_components/alexa_media/manifest.json:"version": "{version}
upload_to_pypi=false
upload_to_release=false
changelog_sections=feature,fix,breaking,documentation,performance,refactor
Expand Down

0 comments on commit faef7a1

Please sign in to comment.