Skip to content

Commit

Permalink
Add update requirements on update manifests
Browse files Browse the repository at this point in the history
  • Loading branch information
Limych committed Jul 10, 2022
1 parent 475ca06 commit b8349be
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bin/update_manifest
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ sed -i -E "s!(\"domain\": \")[^\"]*!\\1${domain}!" ${manifest_path}
sed -i -E "s!(\"version\": \")[^\"]*!\\1${version}!" ${manifest_path}
sed -i -E "s!(\"issue_tracker\": \")[^\"]*!\\1${issue_url}!" ${manifest_path}

bin/update_requirements

log.info "Update hacs.json data..."
hacs_path="${ROOT}/hacs.json"
sed -i -E "s!(\"name\": \")[^\"]*!\\1${name}!" ${hacs_path}
Expand Down

0 comments on commit b8349be

Please sign in to comment.