Commit 2a9c56c
authored
fix: remove outdated smart routing references from documentation (#277)
* feat(ci): add automatic crates.io publishing workflow
- Automatically publishes crates to crates.io after successful release
- Triggered when Release workflow completes successfully
- Can also be manually triggered with optional dry-run mode
- Checks which crates need publishing to avoid duplicate publishes
- Publishes crates in dependency order: redis-cloud → redis-enterprise → redisctl
- Includes verification step to ensure all crates are available on crates.io
- Uses CARGO_REGISTRY_TOKEN from repository secrets
* fix: remove outdated smart routing references from documentation
- Remove 'smart routing' feature mentions from README, docs, and CLAUDE.md
- Delete smart-commands.md documentation file that no longer applies
- Update feature descriptions to emphasize explicit Cloud/Enterprise commands
- This feature was removed in PR #141 but documentation wasn't updated
- Commands now require explicit 'cloud' or 'enterprise' prefix for clarity1 parent c89f38e commit 2a9c56c
File tree
4 files changed
+3
-105
lines changed- docs/src
- features
4 files changed
+3
-105
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
14 | | - | |
| 13 | + | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | | - | |
47 | 46 | | |
48 | 47 | | |
49 | 48 | | |
| |||
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
0 commit comments