fix version override, remove dependencies of host package
This commit is contained in:
parent
6ed82a1a3f
commit
08091d72bc
2 changed files with 1 additions and 6 deletions
|
@ -66,7 +66,7 @@ def generate_changelog(config_data, template_dir, package_version=None, package_
|
|||
|
||||
# Allow for Version Override
|
||||
config_package_version = release_data["package_version"]
|
||||
package_version = config_package_version
|
||||
package_version = package_version or config_package_version
|
||||
|
||||
template_dict = dict(\
|
||||
PACKAGE_VERSION=package_version,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue