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
release/v2.0 branch now tracks v2.0.0 stabilization and release.
104
+
release/v2.0.0 branch now tracks v2.0.0 stabilization and release.
105
105
main branch now tracks v2.0.1-alpha.{height} development.
106
106
```
107
107
108
-
The tool created a release branch named `release/v2.0`. Every build from this branch will be versioned 2.0.x, but the patch version may be incremented depending on the number of additional commits that will be added.
108
+
The tool created a release branch named `release/v2.0.0`. Every build from this branch will be versioned 2.0.0, regardless of how many commits are added.
release/v2.0 branch now tracks v2.0.0-beta.{height} stabilization and release.
121
+
release/v2.0.0 branch now tracks v2.0.0-beta.{height} stabilization and release.
122
122
main branch now tracks v2.0.1-alpha.{height} development.
123
123
```
124
124
125
-
The tool created a release branch named `release/v2.0`. Every build from this branch will be given a unique pre-release version starting with 2.0.0-beta and ending in a dot followed by one or more digits.
125
+
The tool created a release branch named `release/v2.0.0`. Every build from this branch will be given a unique pre-release version starting with 2.0.0-beta and ending in a dot followed by one or more digits.
126
126
127
127
---------------------------------------------
128
128
@@ -235,6 +235,10 @@ The release process is mostly automated. However, a manual review is required on
235
235
4. Abort the release to try again
236
236
5. Publish the release to deploy the packages to NuGet.org
Tagging the commit and pushing it to the GitHub repository will start the automated draft release. The progress of the release can be viewed in the [GitHub Actions UI](https://github.com/apache/lucenenet-codeanalysis-dev/actions). Select the run corresponding to the version tag that is pushed upstream to view the progress.
0 commit comments