summaryrefslogtreecommitdiff
path: root/maint/gen-release-github.sh
blob: 265830e65f0464cf1031457ac5c607ead00efaa4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/bin/sh -efu
#
# Copyright (c) 2018 The strace developers.
# All rights reserved.
#
# SPDX-License-Identifier: LGPL-2.1-or-later

"$(dirname "$0")"/gen-tag-message.sh |
	sed 's/\([^[:space:]]\)\*/\1\\*/g'

cat <<'EOF'

Downloads
=========

**Please ignore so called "Source code" links provided by github above, they are useless**.
EOF