This is the working area for the individual Internet-Draft, "draft-mcnally-deterministic-cbor".
See the guidelines for contributions.
Contributions can be made by creating pull requests. The GitHub interface supports creating pull requests using the Edit (✏) button.
Command line usage requires that you have the necessary software installed. See the instructions.
Make the current version of the draft with:
$ makeAssuming the previous version has been tagged, make the next numbered version of the draft with:
$ make nextBuild the gh-pages branch with:
$ make gh-pagesShow unpushed commits on the gh-pages branch with:
$ git --no-pager log --oneline origin/gh-pages..gh-pagesPush the gh-pages branch to GitHub with:
$ git push origin gh-pages