This page describes the release process for the perses/spec repo. It's pretty simple:
-
- Do a commit "Release vX.Y.Z" that upgrades the version number in package.json + pom.xml
-
- Once the release commit is on the upstream's
mainbranch, go to the repo onGitHub UI > Releases > Draft a new release, fill the form appropriately & submit. The CI then handles automatically the rest of the release process (e.g publishing the modules)
- Once the release commit is on the upstream's