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 Sep 8, 2020. It is now read-only.
Some fields in manifest.json are "automated", meaning they are actually set by CircleCI during Continuous Deployment. Those fields should never manually be changed by developers, as CircleCI will always set them to the correct value.
List of "automated" fields in manifest.json:
version
version_name
icons
Perhaps we should make a bash script to ensure these fields are set to their defaults. Then, we can run this inside the CircleCI build step, failing the build if a developer changes these "automated" fields.
The text was updated successfully, but these errors were encountered:
Some fields in
manifest.json
are "automated", meaning they are actually set by CircleCI during Continuous Deployment. Those fields should never manually be changed by developers, as CircleCI will always set them to the correct value.List of "automated" fields in
manifest.json
:Perhaps we should make a bash script to ensure these fields are set to their defaults. Then, we can run this inside the CircleCI
build
step, failing the build if a developer changes these "automated" fields.The text was updated successfully, but these errors were encountered: