Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .bcr/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
fixedReleaser:
login: rockbruno
email: rochab@spotify.com
16 changes: 16 additions & 0 deletions .bcr/metadata.template.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"homepage": "https://github.com/spotify/sourcekit-bazel-bsp",
"maintainers": [
{
"email": "rochab@spotify.com",
"github": "rockbruno",
"github_user_id": 11647449,
"name": "Bruno Rocha"
}
],
"repository": [
"github:spotify/sourcekit-bazel-bsp"
],
"versions": [],
"yanked_versions": {}
}
13 changes: 13 additions & 0 deletions .bcr/presubmit.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
matrix:
platform:
- macos_arm64
bazel:
- 8.x
- 7.x
tasks:
verify_targets:
name: Verify build targets
platform: ${{ platform }}
bazel: ${{ bazel }}
build_targets:
- '@sourcekit_bazel_bsp//Sources:sourcekit-bazel-bsp'
5 changes: 5 additions & 0 deletions .bcr/source.template.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"integrity": "",
"strip_prefix": "",
"url": "https://github.com/spotify/sourcekit-bazel-bsp/releases/download/{TAG}/release.tar.gz"
}