Skip to content

Commit

Permalink
Merge pull request #5175 from OpenShot/fix-about-us
Browse files Browse the repository at this point in the history
About Us - Release Info
  • Loading branch information
jonoomph authored Mar 20, 2023
2 parents c903e53 + e8c5437 commit 37c4182
Show file tree
Hide file tree
Showing 6 changed files with 274 additions and 250 deletions.
4 changes: 3 additions & 1 deletion installer/deploy.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ def main():

# Get version info
openshot_qt_version = version_info.get('openshot-qt', {}).get('VERSION', 'N/A')
release_git_sha = version_info.get('openshot-qt', {}).get('CI_COMMIT_SHA', 'N/A')

# Verify branch names are all the same (across the 3 repos)
original_git_branch = ''
Expand Down Expand Up @@ -300,7 +301,8 @@ def main():
auth=auth,
data={
"version": openshot_qt_version,
"changelog": log_title + combined_log_markdown
"changelog": log_title + combined_log_markdown,
"sha": release_git_sha
})
if not r.ok:
raise Exception(
Expand Down
Loading

0 comments on commit 37c4182

Please sign in to comment.