Spacemesh devnets and testnets community releases
To publish a new network release you need to
-
update
release.json
-
open a pull request and wait for checks
-
create a tag that equals to Network Id
prepublish.yml
workflow should create a release draft -
check the draft
-
merge PR
-
publish the release
You can release only one network per tag.
Required fields:
id: number
— network idname: string
— visible namedescription: string
— first row in the release notesversions: {
go-spacemesh: string
,smrepl: string
,smapp: string
}