Skip to content

Commit

Permalink
Restore makesrcdist to functional state.
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelrsweet committed Oct 15, 2024
1 parent a08e00e commit a177b84
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions makesrcdist
Original file line number Diff line number Diff line change
Expand Up @@ -57,12 +57,10 @@ fi
# Tag as needed...
if test $snapshot = 0; then
echo Creating tag for release...
# git tag -m "Tag $version" v$version
# git push origin v$version
git tag -m "Tag $version" v$version
git push origin v$version
fi

exit 0

# Make source archives...
echo Creating pappl-$version.tar.gz...
git archive --format tar --prefix=pappl-$version/ HEAD | gzip -v9 >pappl-$version.tar.gz
Expand Down

0 comments on commit a177b84

Please sign in to comment.