The CDDL files produced by the build and test machinery can be made into downloadable artefacts using the following procedure:
To trigger the "CDDL release" action, the tag must start with "cddl-".
When releasing the CDDL files associated with the given I-D version, use the convention:
RELTAG=cddl-draft-ietf-rats-corim-<nn>
git tag -a $RELTAGWhere <nn> is the draft version number.
When releasing the current HEAD, use:
RELTAG=cddl-$(git rev-parse --short HEAD)
git tag -a $RELTAGgit push origin $RELTAGPushing the tag to origin will trigger the associate GitHub action.
If everyhing goes as planned, the 5 "autogen" CDDL files will be available for download from the following locations:
https://github.com/ietf-rats-wg/draft-ietf-rats-msg-wrap/releases/download/cddl-.../cddl/cmw-autogen.cddl
https://github.com/ietf-rats-wg/draft-ietf-rats-msg-wrap/releases/download/cddl-.../cddl/collected-cddl-autogen.cddl
https://github.com/ietf-rats-wg/draft-ietf-rats-msg-wrap/releases/download/cddl-.../cddl/eat-autogen.cddl
https://github.com/ietf-rats-wg/draft-ietf-rats-msg-wrap/releases/download/cddl-.../cddl/signed-cbor-cmw-autogen.cddl
https://github.com/ietf-rats-wg/draft-ietf-rats-msg-wrap/releases/download/cddl-.../cddl/signed-json-cmw-autogen.cddl