Skip to content

Commit

Permalink
Merge pull request #73 from github/pandocargs
Browse files Browse the repository at this point in the history
update pandoc arguments
  • Loading branch information
mlinksva authored Dec 1, 2020
2 parents f23abc7 + e393af7 commit 8f4d36d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 8f4d36d

Please sign in to comment.