Skip to content

Commit 03aecad

Browse files
committed
fix links to mops maintainer docs
1 parent 7a055dd commit 03aecad

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

blog/blog/2024-12-11/index.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Run `mops self update` to update Mops CLI to the latest version.
1919
### Release 1.2.0
2020
- Removed `mops transfer-ownership` command
2121
- Added `mops owner` command to manage package owners ([docs](https://docs.mops.one/cli/mops-owner))
22-
- Added `mops maintainers` command to manage package maintainers ([docs](https://docs.mops.one/cli/mops-maintainers))
22+
- Added `mops maintainer` command to manage package maintainers ([docs](https://docs.mops.one/cli/mops-maintainer))
2323
- Added experimental support for pocket-ic replica that comes with dfx in `mops test` command ([docs](https://docs.mops.one/cli/mops-test#--replica))
2424
- Added flag `--verbose` to `mops test` command to show replica logs
2525
- Fixed bug where `mops watch` would fail if dfx.json did not exist
@@ -37,7 +37,7 @@ On "Versions" tab you can see who published each version of the package.
3737
Documentation:
3838
- [Package owners and maintainers](https://docs.mops.one/package-owners-and-maintainers)
3939
- [`mops owner *`](https://docs.mops.one/cli/mops-owner) commands
40-
- [`mops maintainers *`](https://docs.mops.one/cli/mops-maintainers) commands
40+
- [`mops maintainer *`](https://docs.mops.one/cli/mops-maintainer) commands
4141

4242
## Package registry fixes
4343

cli-releases/releases.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@
116116
"1.2.0": {
117117
"time": 1733905798185,
118118
"size": 717848,
119-
"relseaseNotes": "* Removed `mops transfer-ownership` command\n* Added `mops owner` command to manage package owners ([docs](https://docs.mops.one/cli/mops-owner))\n* Added `mops maintainers` command to manage package maintainers ([docs](https://docs.mops.one/cli/mops-maintainers))\n* Added experimental support for pocket-ic replica that comes with dfx in `mops test` command ([docs](https://docs.mops.one/cli/mops-test#--replica))\n* Added flag `--verbose` to `mops test` command to show replica logs\n* Fixed bug where `mops watch` would fail if dfx.json did not exist\n* Fixed bug with local dependencies without `mops.toml` file\n",
119+
"relseaseNotes": "* Removed `mops transfer-ownership` command\n* Added `mops owner` command to manage package owners ([docs](https://docs.mops.one/cli/mops-owner))\n* Added `mops maintainer` command to manage package maintainers ([docs](https://docs.mops.one/cli/mops-maintainer))\n* Added experimental support for pocket-ic replica that comes with dfx in `mops test` command ([docs](https://docs.mops.one/cli/mops-test#--replica))\n* Added flag `--verbose` to `mops test` command to show replica logs\n* Fixed bug where `mops watch` would fail if dfx.json did not exist\n* Fixed bug with local dependencies without `mops.toml` file\n",
120120
"commitHash": "b629948a7870c0b5128cc148b2563698e7a7d3c9",
121121
"url": "https://cli.mops.one/versions/1.2.0.tgz",
122122
"hash": "9f606cd39eaf7c3536a56548bfe728fa95840194cc7880070e0881455abbdb17"

cli/CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
## 1.2.0
44
- Removed `mops transfer-ownership` command
55
- Added `mops owner` command to manage package owners ([docs](https://docs.mops.one/cli/mops-owner))
6-
- Added `mops maintainers` command to manage package maintainers ([docs](https://docs.mops.one/cli/mops-maintainers))
6+
- Added `mops maintainer` command to manage package maintainers ([docs](https://docs.mops.one/cli/mops-maintainer))
77
- Added experimental support for pocket-ic replica that comes with dfx in `mops test` command ([docs](https://docs.mops.one/cli/mops-test#--replica))
88
- Added flag `--verbose` to `mops test` command to show replica logs
99
- Fixed bug where `mops watch` would fail if dfx.json did not exist

0 commit comments

Comments
 (0)