diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2022-06-19 06:58:18 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2022-06-19 06:58:30 +0000 |
commit | e6b4d00e3a586be753c3d457c5153380392bda32 (patch) | |
tree | fbc8f90eeef85df9cb68bc200fe801f1eba55c4d /release.py | |
parent | Releasing debian version 1.8.0-1. (diff) | |
download | litecli-e6b4d00e3a586be753c3d457c5153380392bda32.tar.xz litecli-e6b4d00e3a586be753c3d457c5153380392bda32.zip |
Merging upstream version 1.9.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'release.py')
-rw-r--r-- | release.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -75,7 +75,7 @@ def upload_distribution_files(): def push_to_github(): - run_step("git", "push", "origin", "master") + run_step("git", "push", "origin", "main") def push_tags_to_github(): |