Skip to content

Commit c5e5eda

Browse files
committed
docs: minor tweak ups
1 parent 118a894 commit c5e5eda

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

+5-4
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ written into `package.json` at release time. This means there's no need to hard-
4141
- [CLI](#cli)
4242
- [API](#api)
4343
- [CI/CD](#cicd)
44-
- [Troubleshooting](#troubleshooting)
44+
- [⚠️Troubleshooting](#troubleshooting)
4545
- [Implementation notes](#implementation-notes-and-other-thoughts)
4646
- [Support for monorepos](#support-for-monorepos)
4747
- [Iteration vs coordination](#iteration-vs-coordination)
@@ -219,7 +219,7 @@ Do not rush to change your token. _Perhaps_ this is related to [`npm whoami` req
219219
* Use [semrel-extra/npm plugin](https://github.com/semrel-extra/npm) for npm publishing (recommended).
220220

221221
### git: connection reset by peer
222-
This error seems to be related to concurrent git invocations (https://github.com/dhoulb/multi-semantic-release/issues/24). Or may be not.
222+
This error seems to be related to concurrent git invocations ([issues/24](https://github.com/dhoulb/multi-semantic-release/issues/24)). Or may be not.
223223
Anyway we've added a special [`--sequental-init`](#cli) flag to queue up these calls.
224224

225225

@@ -322,8 +322,9 @@ You're always welcome to suggest a PR. Just fork this repo, write some code, add
322322
Any feedback is appreciated.
323323

324324
## Alternatives
325-
- https://github.com/intuit/auto
326-
- https://github.com/pmowrer/semantic-release-monorepo
325+
- [intuit/auto](https://github.com/intuit/auto)
326+
- [mateodelnorte/meta](https://github.com/mateodelnorte/meta)
327+
- [pmowrer/semantic-release-monorepo](https://github.com/pmowrer/semantic-release-monorepo)
327328

328329
## License
329330
[0BSD](./LICENSE.md)

0 commit comments

Comments
 (0)