Skip to content

Commit 45b084a

Browse files
committed
Merge rm_historical_relnotes_from_dist
2 parents ba22340 + 21ff882 commit 45b084a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/guix/libexec/make_release_tarball.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ set -ex
1414
GIT_ARCHIVE="$1"
1515
DISTNAME="$2"
1616

17-
git archive --prefix="${DISTNAME}/" HEAD | tar -xp --exclude '*minisketch*'
17+
git archive --prefix="${DISTNAME}/" HEAD | tar -xp --exclude '*minisketch*' --exclude 'doc/release-notes'
1818

1919
# Generate correct build info file from git, before we lose git
2020
GIT_BUILD_INFO="$(share/genbuild.sh /dev/stdout)"

0 commit comments

Comments
 (0)