You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 25, 2026. It is now read-only.
Alex Laird edited this page May 29, 2018
·
6 revisions
The helium-cli builds are essentially built around Git tags. The command can be viewed by executing helium-cli build-release help, and we see it takes <version> as the only argument.
The build-release command will iterate over every project in helium-cli's configuration, update the source code (copyright headers and versions) as necessary, then commit changes and tag the release. If you do not want to tag all projects, the --role flag can be used to limit the number of projects that will be built.