Frontend CICD
This release contains no material changes to learn.eosnetwork.com. However, we now push a file containing metadata to learn.eosnetwork.com/package.json which will enable engineers to determine what version or build of the site is being served by the content delivery network (CDN). To retrieve the relevant information, run:
time curl -fsSL 'https://learn.eosnetwork.com/package.json' | jq '.git'
Otherwise, this release contains a CICD system to build the DevHub frontend. Builds against a git
tag will publish the frontend to learn.eosnetwork.com. The git
tag must match the version
string in the package.json
when prefixed with a v
. So if the tag is v0.1.1
, the version string in the package.json
must be 0.1.1
.