mirror of
https://github.com/moderncv/moderncv.git
synced 2026-02-06 10:05:19 +01:00
comment in order to check the comments/headers beforehand
This commit is contained in:
parent
9303572201
commit
bacd08b8bc
1 changed files with 5 additions and 0 deletions
|
|
@ -1,5 +1,10 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
# script to create a tarball for the files that should be in the CTAN upload
|
# script to create a tarball for the files that should be in the CTAN upload
|
||||||
|
#
|
||||||
|
# do not forget to replace comments/headers beforehand
|
||||||
|
# 1. date and version in moderncv_userguide.tex
|
||||||
|
# 2. find . -type f -exec sed -i 's/$OLD_DATE $OLD_VERSION/$NEW_DATE $NEW_VERSION/g' {} \;
|
||||||
|
# 3. find . -type f -exec sed -i 's|-$OLD_YEAR moderncv maintainers (github.com/moderncv)|-$NEW_YEAR moderncv maintainers (github.com/moderncv)|g' {} \;
|
||||||
|
|
||||||
# fetch version via git
|
# fetch version via git
|
||||||
VERSION=$(git describe --tags --dirty)
|
VERSION=$(git describe --tags --dirty)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue