Skip to content

Commit 8830415

Browse files
authored
docs: correct link to "problems publishing in monorepos" (changesets#780)
1 parent eb86652 commit 8830415

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/command-line-options.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ pre [exit|enter {tag}]
141141

142142
The pre command enters and exits pre mode. The command does not do any actual versioning, when doing a prerelease, you should run changeset pre enter next(or a different tag, the tag is what is in versions and is the npm dist tag) and then do the normal release process with changeset version and changeset publish. For more information about the pre command, see the prereleases [the prereleases documentation](https://github.com/changesets/changesets/blob/master/docs/prereleases.md).
143143

144-
> NOTE: pre-releases are a very complicated feature. Many of the safety rails that changesets helps you with will be taken off. We recommend that you have read both [problems publishing in monorepos](./problems-publishing-in-monorepos) as well as be clear on both exiting and entereing pre-releases before using it. You may also prefer using [snapshot releases](./snapshot-releases.md) for a slightly less involved process.
144+
> NOTE: pre-releases are a very complicated feature. Many of the safety rails that changesets helps you with will be taken off. We recommend that you have read both [problems publishing in monorepos](./problems-publishing-in-monorepos.md) as well as be clear on both exiting and entereing pre-releases before using it. You may also prefer using [snapshot releases](./snapshot-releases.md) for a slightly less involved process.
145145
146146
## tag
147147

0 commit comments

Comments
 (0)