Skip to content

Commit 4564f9f

Browse files
authored
Merge branch 'main' into remove-semantic-search
2 parents dcce2d4 + 99bf876 commit 4564f9f

File tree

22 files changed

+88
-371
lines changed

22 files changed

+88
-371
lines changed

.github/workflows/mdbook.yml

Lines changed: 0 additions & 62 deletions
This file was deleted.

.github/workflows/typescript.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,6 @@ jobs:
3636
run: pnpm install --frozen-lockfile
3737
- run: pnpm run build
3838
- run: pnpm run test:ci
39-
- name: Upload coverage to Codecov
40-
uses: codecov/codecov-action@v5
41-
if: github.event.repository.fork == false
42-
with:
43-
token: ${{ secrets.CODECOV_TOKEN }}
44-
files: coverage/lcov.info
45-
fail_ci_if_error: true
4639

4740
run-lint:
4841
name: Lint

Cargo.lock

Lines changed: 34 additions & 34 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ authors = [
2020
edition = "2021"
2121
homepage = "https://aws.amazon.com/q/"
2222
publish = false
23-
version = "1.10.1"
23+
version = "1.10.2"
2424
license = "MIT OR Apache-2.0"
2525

2626
[workspace.dependencies]

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
### 1. Clone repo
7171

7272
```shell
73-
git clone https://github.com/aws/amazon-q-for-command-line.git
73+
git clone https://github.com/aws/amazon-q-developer-cli-autocomplete.git
7474
```
7575

7676
### 2. Setup

0 commit comments

Comments
 (0)