2 # SPDX-License-Identifier: EPL-1.0
3 ##############################################################################
4 # Copyright (c) 2018 The Linux Foundation and others.
6 # All rights reserved. This program and the accompanying materials
7 # are made available under the terms of the Eclipse Public License v1.0
8 # which accompanies this distribution, and is available at
9 # http://www.eclipse.org/legal/epl-v10.html
10 ##############################################################################
11 echo "---> release-announce.sh"
13 if [[ $PROJECT_SLUG != "" ]]; then
14 PROJECT="$PROJECT_SLUG"
16 PROJECT="${GERRIT_PROJECT#releng/}" # For releng projects strip the prefix
19 TAG_NAME="${GERRIT_REFNAME#refs/tags/}"
24 mail_opts+=("-r" "LF Releng <lf-releng@lists.linuxfoundation.org>")
25 mail_opts+=("-s" "$PROJECT $TAG_NAME released")
26 mail_opts+=("lf-releng@lists.linuxfoundation.org")
28 mail "${mail_opts[@]}" << EOF
31 $PROJECT $TAG_NAME is released. Thanks to everyone who contributed
32 to this release. Release notes are available online at:
34 https://docs.releng.linuxfoundation.org/projects/$PROJECT/en/latest/release-notes.html#${TAG_NAME}