Skip to content

Commit

Permalink
Merge rm_historical_relnotes_from_dist
Browse files Browse the repository at this point in the history
  • Loading branch information
luke-jr committed Mar 4, 2024
2 parents 9d18255 + c9b1692 commit 7164e21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/guix/libexec/make_release_tarball.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ set -ex
GIT_ARCHIVE="$1"
DISTNAME="$2"

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

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

0 comments on commit 7164e21

Please sign in to comment.