ci: publish bazel rules snapshots#3514
Conversation
There was a problem hiding this comment.
Code Review
This pull request integrates rules_angular, rules_browsers, and rules_sass into the build and snapshot publishing process. The changes involve updating the release configuration, adding a new build script, and updating README files. The new build script tools/build-all.sh has a minor inefficiency where it calculates the git tree-ish inside a loop. I've suggested moving this calculation outside the loop to improve performance. The rest of the changes look good.
This commit integrates rules_angular, rules_browsers, and rules_sass into the repository's build and snapshot publishing workflow.
| }, | ||
| { | ||
| name: 'rules_angular', | ||
| snapshotRepo: 'rules_angular', |
There was a problem hiding this comment.
Can you change the settings in these repos please to the same as the other snapshot repos?
IE: disallow PRs, disable issues, branch protection settings etc..
| }, | ||
| { | ||
| name: 'rules_angular', | ||
| snapshotRepo: 'rules_angular', |
|
This PR was merged into the repository. The changes were merged into the following branches:
|
This commit integrates rules_angular, rules_browsers, and rules_sass into the repository's build and snapshot publishing workflow.