Skip to content

Commit d22673e

Browse files
Apply suggestions from code review
Co-authored-by: Sigurd Meldgaard <sigurdm@google.com>
1 parent c5665d5 commit d22673e

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

src/content/tools/pub/cmd/pub-bump.md

+6-4
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,14 @@ description: Use dart pub bump to increase the version number of the current pac
66
_Bump_ is one of the commands of the [pub tool](/tools/pub/cmd).
77

88
```plaintext
9-
$ dart pub bump <subcommand> [arguments]
9+
$ dart pub bump <subcommand>
1010
```
1111

12-
This command increments the verion number of the current package.
13-
It allows the subcommands `breaking`, `major`, `minor`,
14-
and `patch` to increment only a specific part of the version number.
12+
This command increments the version number of the current package.
13+
Use one of the subcommands `breaking`, `major`, `minor`,
14+
or `patch` according to the type of increment desired.
15+
16+
Refer to [semver](https://semver.org/spec/v2.0.0-rc.1.html) for guidance on versioning your package.
1517
For example:
1618

1719
```console

0 commit comments

Comments
 (0)