File tree Expand file tree Collapse file tree 1 file changed +18
-3
lines changed
Expand file tree Collapse file tree 1 file changed +18
-3
lines changed Original file line number Diff line number Diff line change @@ -55,9 +55,24 @@ The knowledge base contains files on a spectrum of developmental states, from ro
5555
5656| Release Pair| Knowledge Base Version | Software Pipeline Version |
5757| -| -| -|
58- | deprecated | 1.0.1 | 1.2.2 |
59- | 6/14/23 | 1.1.0 | * todo* |
60-
58+ | 1/17/25 | 1.0.0 | 1.1.0 |
59+ | 1/28/25 | 2.0.0 | 1.1.0 |
60+ | 2/27/25 | 3.0.0 | 1.2.0 |
61+ | 3/5/25 | 3.1.0 | 1.2.0 |
62+
63+ ## Create a new release
64+ To create a new release for updated knowledge base, follow the following steps:
65+ - Update version in metadata
66+ - Regenerate information page using [ KGrid SDK] ( https://github.com/kgrid/python-sdk )
67+ ```
68+ kgrid information-page --metadata-path metadata.json --output index.html
69+ ```
70+ - Create a new release on github with a tag that matches the new version
71+ - Package the knowledge base using KGrid SDK
72+ ```
73+ kgrid package --metadata-path metadata.json --nested
74+ ```
75+ - Attach the package to the new release
6176## Version
62771.1.1
6378
You can’t perform that action at this time.
0 commit comments