summaryrefslogtreecommitdiffstats
path: root/release.py
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2022-06-19 06:58:18 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2022-06-19 06:58:30 +0000
commite6b4d00e3a586be753c3d457c5153380392bda32 (patch)
treefbc8f90eeef85df9cb68bc200fe801f1eba55c4d /release.py
parentReleasing debian version 1.8.0-1. (diff)
downloadlitecli-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.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/release.py b/release.py
index 264a4c3..f6beb88 100644
--- a/release.py
+++ b/release.py
@@ -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():