Skip to content

Commit

Permalink
Remove RELEASE_NOTES from release tarballs
Browse files Browse the repository at this point in the history
That file isn't what users expect from a file with that name but just a
brainstorming/note dumping place for devs.
  • Loading branch information
houz committed Feb 2, 2016
1 parent 9bbb996 commit b86cfe5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tools/create_release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,11 @@ echo "#define PACKAGE_VERSION \"$dt_decoration\"" > darktable-$dt_decoration/src
echo "* removing usermanual"
rm -rf darktable-$dt_decoration/doc/usermanual

# ... and also remove RELEASE_NOTES. that file is just for internal use
echo "* removing RELEASE_NOTES"
rm -rf darktable-$dt_decoration/RELEASE_NOTES

# wrap it up again
echo "* creating final tarball"
tar cJf darktable-$dt_decoration.tar.xz darktable-$dt_decoration/
rm "$SRCDIR/darktable-$dt_decoration.tar"
Expand Down

0 comments on commit b86cfe5

Please sign in to comment.