add a reminder on how to proceed with releases (#1656)

Co-authored-by: = <=>
This commit is contained in:
Guillermo Vayá 2022-01-19 17:10:13 +01:00 committed by GitHub
parent 9170930ada
commit ba3f9a9c97
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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