mirror of
https://github.com/moderncv/moderncv.git
synced 2026-02-06 10:05:19 +01:00
omits .codespellrc in final release tarball
This commit is contained in:
parent
bacd08b8bc
commit
f89fffdf13
1 changed files with 1 additions and 1 deletions
|
|
@ -17,7 +17,7 @@ rm -f $TARBALL $TARBALL.gz
|
|||
git archive --prefix=moderncv/ HEAD > $TARBALL
|
||||
|
||||
# remove git specific files
|
||||
tar -f $TARBALL --delete moderncv/.github/ moderncv/.gitignore moderncv/create-release-tarball.sh
|
||||
tar -f $TARBALL --delete moderncv/.github/ moderncv/.gitignore moderncv/create-release-tarball.sh moderncv/.codespellrc
|
||||
|
||||
# compress
|
||||
gzip $TARBALL
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue