docs/MAINTAINERS.md
This document is meant to serve as a guide for maintainers to perform common tasks.
Draft release is created from each PR, tagged with the branch name. All merged PR will generate a new tag/version as a pre-release. Mark the pre-release as final when it is necessary, then distribute the packages in alternative channels as necessary.
#release-notes tag on internal chatEnvironment
Make sure to set the analytics tokens when generating production release binaries:
export ANALYTICS_SENTRY_TOKEN="xxxxxx"
Delete .webpack and out/.
The artifacts are generated by the CI and published as draft-release or pre-release. Etcher is built with electron-forge. Run:
npm run make
Our CI will appropriately sign artifacts for macOS and some Windows targets.
Log in to cloudfront and upload the rpm and deb files.
There can be times where a release is accidentally plagued with bugs. If you released a new version and notice the error rates are higher than normal, then revert the problematic release as soon as possible, until the bugs are fixed.
You can revert a version by deleting its builds from the S3 bucket and Bintray.
Refer to the Makefile for the up to date information about the S3 bucket
where we push builds to, and get in touch with the balena.io operations team to
get write access to it.
The Etcher update notifier dialog and the website only show the a certain version if all the expected files have been uploaded to it, so deleting a single package or two is enough to bring down the whole version.
Use the following command to delete files from S3:
aws s3api delete-object --bucket <bucket name> --key <file name>
The Bintray dashboard provides an easy way to delete a version's files.