Skip to content

Commit 5a71c1c

Browse files
committed
chore: move to crates folder
Signed-off-by: Gustavo Inacio <[email protected]>
1 parent 419e7ff commit 5a71c1c

File tree

100 files changed

+11
-11
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

100 files changed

+11
-11
lines changed

.github/workflows/containers.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ jobs:
1818
pull-requests: write
1919
runs-on: ubuntu-latest
2020
outputs:
21-
indexer-service-rs: ${{ steps.release-please.outputs.service--tag_name }}
22-
indexer-tap-agent: ${{ steps.release-please.outputs.tap-agent--tag_name }}
21+
indexer-service-rs: ${{ steps.release-please.outputs.['crates/service--tag_name'] }}
22+
indexer-tap-agent: ${{ steps.release-please.outputs.['crates/tap-agent--tag_name'] }}
2323
steps:
2424
- name: Release please
2525
id: release-please

.release-please-manifest.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"tap-agent": "1.6.0",
3-
"common": "1.3.0",
4-
"config": "1.2.0",
5-
"service": "1.2.2"
2+
"crates/tap-agent": "1.6.0",
3+
"crates/common": "1.3.0",
4+
"crates/config": "1.2.0",
5+
"crates/service": "1.2.2"
66
}

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[workspace]
2-
members = ["common", "config", "service", "tap-agent"]
2+
members = ["crates/common", "crates/config", "crates/service", "crates/tap-agent"]
33
resolver = "2"
44

55
[profile.dev.package."*"]
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)