Step for making a new release:
- from https://github.com/ethereum/remix-desktop/releases, click on
Draft a new release. - the
Tag versionshould be the version number (e.gv1.0.3-beta.6orv1.0.4). - the
titlecan be anything (set it the same asTag versionif no other obvious title can be found). - the
descriptioncan be anything. - click on
Save draft. - create a pull request which update the
package.jsonandpackage-lock.json(if exist) to the same version number. (note that this time it does not contain the prefixv). - when the pull request is merged, circle-ci build runs and populate the drafted release with the binaries.
- ... push PRs or commits until the binaries are ok for a release ...
- when the binaries are stable enough for being released, go to the release page and publish the release.
Note that when Remix IDE is released it is not necessary to make a new release of remix-desktop. Remix Desktop always verify and run the latest Remix IDE.