Change 'sha' to 'hash' in release notes check
The project dict in deliverables uses the word 'hash' to indicate the appropriate commit, but the releasenotes check is using 'sha'. Change-Id: I00b07de13aee3a4651de058e2636b4202844eed4
This commit is contained in:
parent
49da716f1b
commit
902775786e
@ -512,7 +512,7 @@ def main():
|
||||
workdir,
|
||||
project['repo'],
|
||||
new_release['version'],
|
||||
project['sha'],
|
||||
project['hash'],
|
||||
)
|
||||
header('Release Notes')
|
||||
try:
|
||||
|
Loading…
Reference in New Issue
Block a user