Skip to content

Commit 7eaef80

Browse files
authored
chore(ci): move to @parity/dotns-cli (#70)
## Description ## Type - [ ] Bug fix - [ ] Feature - [ ] Breaking change - [x] Documentation - [x] Chore ## Package - [x] `@parity/dotns-cli` - [ ] Root/monorepo - [x] Documentation ## Related Issues ## Fixes ## Checklist ### Code - [ ] Follows project style - [ ] `bun run lint` passes - [ ] `bun run format` passes - [ ] `bun run typecheck` passes ### Documentation - [x] README updated if needed - [ ] Types updated if needed ### Breaking Changes - [x] No breaking changes - [ ] Breaking changes documented below **Breaking changes:** Since no one yet relying on @dotns/cli I don't treat this as breaking change
1 parent 5c8002f commit 7eaef80

7 files changed

Lines changed: 23 additions & 24 deletions

File tree

.github/ISSUE_TEMPLATE/sdk-bug.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ body:
2626
attributes:
2727
label: Package
2828
options:
29-
- "@dotns/cli"
29+
- "@parity/dotns-cli"
3030
- "Build/CI"
3131
validations:
3232
required: true

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
## Package
1212

13-
- [ ] `@dotns/cli`
13+
- [ ] `@parity/dotns-cli`
1414
- [ ] Root/monorepo
1515
- [ ] Documentation
1616

.github/labels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232

3333
- name: "pkg: cli"
3434
color: "c5def5"
35-
description: "@dotns/cli"
35+
description: "@parity/dotns-cli"
3636

3737
- name: "pkg: ui"
3838
color: "c5def5"

.github/workflows/release.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -374,17 +374,17 @@ jobs:
374374
375375
Install from npm:
376376
\`\`\`bash
377-
npm install -g @dotns/cli
377+
npm install -g @parity/dotns-cli
378378
\`\`\`
379379
380380
Or with other package managers:
381381
382382
| Package Manager | Command |
383383
|:----------------|:--------|
384-
| npm | \`npm install -g @dotns/cli\` |
385-
| yarn | \`yarn global add @dotns/cli\` |
386-
| bun | \`bun add -g @dotns/cli\` |
387-
| pnpm | \`pnpm add -g @dotns/cli\` |
384+
| npm | \`npm install -g @parity/dotns-cli\` |
385+
| yarn | \`yarn global add @parity/dotns-cli\` |
386+
| bun | \`bun add -g @parity/dotns-cli\` |
387+
| pnpm | \`pnpm add -g @parity/dotns-cli\` |
388388
389389
Verify:
390390
\`\`\`bash

bun.lock

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

packages/cli/README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,18 @@ A command-line tool for registering and managing `.dot` domains on Polkadot.
55
## Installation
66

77
```bash
8-
npm install -g @dotns/cli
8+
npm install -g @parity/dotns-cli
99
```
1010

1111
<details>
1212
<summary>Other package managers</summary>
1313

14-
| Package Manager | Command |
15-
| :-------------- | :--------------------------- |
16-
| npm | `npm install -g @dotns/cli` |
17-
| yarn | `yarn global add @dotns/cli` |
18-
| pnpm | `pnpm add -g @dotns/cli` |
19-
| bun | `bun add -g @dotns/cli` |
14+
| Package Manager | Command |
15+
| :-------------- | :---------------------------------- |
16+
| npm | `npm install -g @parity/dotns-cli` |
17+
| yarn | `yarn global add @parity/dotns-cli` |
18+
| pnpm | `pnpm add -g @parity/dotns-cli` |
19+
| bun | `bun add -g @parity/dotns-cli` |
2020

2121
</details>
2222

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "@dotns/cli",
2+
"name": "@parity/dotns-cli",
33
"module": "index.ts",
44
"version": "0.5.2",
55
"type": "module",

0 commit comments

Comments
 (0)