PRs like this:
creates a source.json (manually formatted for readability) like this:
{
"repo": "https://github.com/backstage/community-plugins",
"repo-ref": "335037a9f57eef5a989363cb9779cfaeb8c81f9b",
"repo-flat": false
}
Since everything in the Backstage world is using YAMLs, and also the PR creates a plugins-list.yaml I would recommend to create a source.yaml as well
repo: "https://github.com/backstage/community-plugins"
repo-ref: "335037a9f57eef5a989363cb9779cfaeb8c81f9b"
repo-flat: false
PRs like this:
npmworkspace to commit335037afor backstage1.35.0on branchrelease-1.5rhdh-plugin-export-overlays#948creates a
source.json(manually formatted for readability) like this:{ "repo": "https://github.com/backstage/community-plugins", "repo-ref": "335037a9f57eef5a989363cb9779cfaeb8c81f9b", "repo-flat": false }Since everything in the Backstage world is using YAMLs, and also the PR creates a
plugins-list.yamlI would recommend to create asource.yamlas well