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.
1 parent f55246c commit 21ff882Copy full SHA for 21ff882
contrib/guix/libexec/make_release_tarball.sh
@@ -13,7 +13,7 @@ set -ex
13
GIT_ARCHIVE="$1"
14
DISTNAME="$2"
15
16
-git archive --prefix="${DISTNAME}/" HEAD | tar -xp --exclude '*minisketch*'
+git archive --prefix="${DISTNAME}/" HEAD | tar -xp --exclude '*minisketch*' --exclude 'doc/release-notes'
17
18
# Generate correct build info file from git, before we lose git
19
GIT_BUILD_INFO="$(share/genbuild.sh /dev/stdout)"
0 commit comments