We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ba22340 + 21ff882 commit 45b084aCopy full SHA for 45b084a
contrib/guix/libexec/make_release_tarball.sh
@@ -14,7 +14,7 @@ set -ex
14
GIT_ARCHIVE="$1"
15
DISTNAME="$2"
16
17
-git archive --prefix="${DISTNAME}/" HEAD | tar -xp --exclude '*minisketch*'
+git archive --prefix="${DISTNAME}/" HEAD | tar -xp --exclude '*minisketch*' --exclude 'doc/release-notes'
18
19
# Generate correct build info file from git, before we lose git
20
GIT_BUILD_INFO="$(share/genbuild.sh /dev/stdout)"
0 commit comments