Merge pull request #73 from github/pandocargs

update pandoc arguments
This commit is contained in:
Mike Linksvayer 2020-12-01 15:59:27 -08:00 коммит произвёл GitHub
Родитель f23abc71f6 e393af7420
Коммит 8f4d36d3a3
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 3 добавлений и 3 удалений

Просмотреть файл

@ -37,9 +37,9 @@ Any change to the agreement text mandates a new version. Before merging any chan
4. Tag and push: `git tag vx.x.x; git push --tags`
5. Create docx, odt, and pdf copies of the agreement:
```
pandoc --smart -f commonmark Balanced_Employee_IP_Agreement.md -o Balanced_Employee_IP_Agreement.docx
pandoc --smart -f commonmark Balanced_Employee_IP_Agreement.md -o Balanced_Employee_IP_Agreement.odt
pandoc --latex-engine=xelatex --smart -f commonmark Balanced_Employee_IP_Agreement.md -o Balanced_Employee_IP_Agreement.pdf
pandoc -f commonmark+smart Balanced_Employee_IP_Agreement.md -o Balanced_Employee_IP_Agreement.docx
pandoc -f commonmark+smart Balanced_Employee_IP_Agreement.md -o Balanced_Employee_IP_Agreement.odt
pandoc --pdf-engine=xelatex -f commonmark+smart Balanced_Employee_IP_Agreement.md -o Balanced_Employee_IP_Agreement.pdf
```
6. Make a [release](https://help.github.com/articles/creating-releases/) from the tag created above, adding the docx, odt, and pdf copies as binary attachments.
7. https://github.com/github/balanced-employee-ip-agreement/releases/latest will show the release just made.