Skip to content

Commit 224a463

Browse files
author
Ned Smith
authored
Update README.md
1 parent c7ca82a commit 224a463

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,11 @@
11
# corim
22
CDDL definition of CoRIM as defined by TCG DICE Working Group
3+
4+
To generate a release and export dice-corim.cddl file do the following:
5+
```sh
6+
reltag=cddl-$(git rev-parse --short HEAD)
7+
git tag -a $reltag
8+
git push origin $reltag
9+
```
10+
After CI completes go to dice-corim landing page and inspect `Releases` under the `About` heading.
11+

0 commit comments

Comments
 (0)