Start analyzer 10.2.0-dev, analyzer_plugin 0.14.4-dev, analyzer_testing 0.2.1-dev, analysis_server_plugin 0.3.10-dev
Change-Id: I99ed03bc272bf6c243438b41b69c78dbf5511427 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/481240 Reviewed-by: Samuel Rawlins <srawlins@google.com> Commit-Queue: Konstantin Shcheglov <scheglov@google.com>
This commit is contained in:
committed by
Commit Queue
parent
97fb1a97b4
commit
d3d0ec9f66
@@ -1,3 +1,8 @@
|
||||
## 0.3.10-dev
|
||||
|
||||
- Require version `10.2.0-dev` of the `analyzer` package.
|
||||
- Require version `0.14.4-dev` of the `analyzer_plugin` package.
|
||||
|
||||
## 0.3.9
|
||||
|
||||
- Require version `10.1.0` of the `analyzer` package.
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
name: analysis_server_plugin
|
||||
description: A framework and support code for building plugins for the analysis server.
|
||||
version: 0.3.9
|
||||
version: 0.3.10-dev
|
||||
repository: https://github.com/dart-lang/sdk/tree/main/pkg/analysis_server_plugin
|
||||
|
||||
environment:
|
||||
@@ -11,8 +11,8 @@ resolution: workspace
|
||||
dependencies:
|
||||
# See the release policy for managing this dependency at
|
||||
# pkg/analyzer/doc/implementation/releasing.md.
|
||||
analyzer: 10.1.0
|
||||
analyzer_plugin: 0.14.3
|
||||
analyzer: 10.2.0-dev
|
||||
analyzer_plugin: 0.14.4-dev
|
||||
meta: ^1.16.0
|
||||
yaml: ^3.1.0
|
||||
yaml_edit: ^2.2.0
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
## 10.2.0-dev
|
||||
|
||||
* Internal changes only
|
||||
|
||||
## 10.1.0
|
||||
|
||||
* Add `TypeSystem.futureValueType`.
|
||||
|
||||
@@ -124,6 +124,8 @@ To start a new minor version for the analyzer and related packages, follow these
|
||||
* Update the `analyzer_plugin` dependency to be the **exact** version from step 2.
|
||||
* Update `pkg/analysis_server_plugin/CHANGELOG.md` to add a new section for the new version.
|
||||
|
||||
5. **Prepare the commit message**: see git `98c4f54c0f56b0f08d3fa7d5ddf4bcaf905764ff` as example.
|
||||
|
||||
## Workflow: Prepare a release
|
||||
|
||||
To prepare the packages for publishing, follow these steps.
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
name: analyzer
|
||||
version: 10.1.0
|
||||
version: 10.2.0-dev
|
||||
description: >-
|
||||
This package provides a library that performs static analysis of Dart code.
|
||||
repository: https://github.com/dart-lang/sdk/tree/main/pkg/analyzer
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
## 0.14.4-dev
|
||||
|
||||
- Require version `10.2.0-dev` of the `analyzer` package.
|
||||
|
||||
## 0.14.3
|
||||
|
||||
- Require version `10.1.0` of the `analyzer` package.
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
name: analyzer_plugin
|
||||
description: A framework and support code for building plugins for the analysis server.
|
||||
version: 0.14.3
|
||||
version: 0.14.4-dev
|
||||
repository: https://github.com/dart-lang/sdk/tree/main/pkg/analyzer_plugin
|
||||
|
||||
environment:
|
||||
@@ -11,7 +11,7 @@ resolution: workspace
|
||||
dependencies:
|
||||
# See the release policy for managing this dependency at
|
||||
# pkg/analyzer/doc/implementation/releasing.md.
|
||||
analyzer: 10.1.0
|
||||
analyzer: 10.2.0-dev
|
||||
collection: ^1.15.0
|
||||
dart_style: ^3.0.0
|
||||
pub_semver: ^2.1.0
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
## 0.2.1-dev
|
||||
|
||||
- Require version `10.2.0-dev` of the `analyzer` package.
|
||||
|
||||
## 0.2.0
|
||||
|
||||
- Remove deprecated mock APIs: `MockPackagesMixin.addAngularMeta`
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
name: analyzer_testing
|
||||
description: Testing utilities related to the analyzer and analysis_server_plugin packages.
|
||||
version: 0.2.0
|
||||
version: 0.2.1-dev
|
||||
repository: https://github.com/dart-lang/sdk/tree/main/pkg/analyzer_testing
|
||||
|
||||
environment:
|
||||
@@ -11,7 +11,7 @@ resolution: workspace
|
||||
dependencies:
|
||||
# See the release policy for managing this dependency at
|
||||
# pkg/analyzer/doc/implementation/releasing.md.
|
||||
analyzer: 10.1.0
|
||||
analyzer: 10.2.0-dev
|
||||
meta: ^1.10.0
|
||||
path: ^1.9.0
|
||||
test: ^1.25.0
|
||||
|
||||
Reference in New Issue
Block a user