File tree Expand file tree Collapse file tree 3 files changed +16
-2
lines changed
Expand file tree Collapse file tree 3 files changed +16
-2
lines changed Original file line number Diff line number Diff line change @@ -115,7 +115,7 @@ jobs:
115115 echo doc/latex/pgf-pie/pgf-pie-manual.pdf | tee -a FILES
116116 tar --xform='s$\(doc\|tex\)/latex/pgf-pie/$$g' \
117117 --xform='s$^$pgf-pie/$g' \
118- -cvf pgf-pie_${GIT_TAG}.tar.gz $(cat FILES)
118+ -czvf pgf-pie_${GIT_TAG}.tar.gz $(cat FILES)
119119
120120 - name : " ZIP: Sign"
121121 if : |
Original file line number Diff line number Diff line change 1+ # Announcement
2+
3+ This release is the beginning of a complete rewrite of pgf-pie to make it
4+ portable to other formats and to fix bugs that originate from its design.
5+
6+ # Bug fixes
7+
8+ This release also includes other bug fixes. On GitHub you can click the commit
9+ hashes and the issue numbers to get to the fix and the ticket, respectively.
10+
11+ a7a883c #5
12+ 6e38480 #6
13+ c279e95 #2
14+
Original file line number Diff line number Diff line change 4343
4444\title {Drawing Pie Chart by using \pgfpiename }
4545\author {
\href {mailto:
[email protected] }{Yuan Xu}}
46- \date {\today {}~(v0.3 )}
46+ \date {\today {}~(v0.4 )}
4747\maketitle
4848
4949\begin {abstract }
You can’t perform that action at this time.
0 commit comments