You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tool/README.md
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -55,6 +55,8 @@ Verify:
55
55
56
56
These packages always have their version numbers updated in lock, so we don't have to worry about versioning.
57
57
58
+
> Note: Updating to a new `dev` version will automatically prepare the version for a new `minor` release (eg, `2.17.0` will become `2.18.0-dev.0`). To update to a `major` or `patch` release instead, specify either `dev,patch` or `dev,major` (eg, `dart tool/update_version.dart auto --type dev,patch`).
59
+
58
60
#### Update the CHANGELOG.md (for non-dev releases)
59
61
60
62
* Use the tool `generate-changelog` to automatically update the `packages/devtools/CHANGELOG.md` file.
0 commit comments