From ba3f9a9c970ae643bfee9d8aa5e87bfee830901a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Guillermo=20Vay=C3=A1?= Date: Wed, 19 Jan 2022 17:10:13 +0100 Subject: [PATCH] add a reminder on how to proceed with releases (#1656) Co-authored-by: = <=> --- scripts/release.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/scripts/release.sh b/scripts/release.sh index 2d70cd98..a1732e33 100755 --- a/scripts/release.sh +++ b/scripts/release.sh @@ -112,6 +112,11 @@ case "${1}" in tag "${new_pkg_version}" "Released on $(date -u)" print_info "Locally created an final version. In order to build you'll have to:" print_info "$ git push --follow-tags ${git_origin} ${branch_name}:${branch_name}" + print_info "--------\n" + print_info " == AFTER RELEASE FINISHES == " + print_info "once the release is created you'll need to go to latest/.gitlab-ci.yml" + print_info "and update the latest version variables for the desktop," + print_info "run the the pipeline and from the list of jobs run the desktop one" else print_error "Can't release on a non release-X.Y branch" exit 2