Skip to content

Commit e108183

Browse files
authored
Added check to BridgeVersion and OAuthVersion variables in the release doc (#11900)
Signed-off-by: Paolo Patierno <[email protected]>
1 parent 3cfb4c2 commit e108183

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

development-docs/RELEASE.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ The release process should normally look like this:
1313
1. Create a release branch starting from the `main` one. The new release branch has to be named like `release-<Major>.<minor>.x`, for example `release-0.45.x` to be used for all patch releases for the 0.45.
1414
2. On the `main` git branch of the repository:
1515
* Update the versions to the next SNAPSHOT version using the `next_version` `make` target. For example to update the next version to `0.46.0-SNAPSHOT` run: `NEXT_VERSION=0.46.0-SNAPSHOT make next_version`.
16-
* Update the product version in the `documentation/shared/attributes.adoc` file to the next version by setting the `ProductVersion` variable and also the previous version the to one you are releasing by setting the `ProductVersionPrevious` variable.
16+
* Update the product version in the `documentation/shared/attributes.adoc` file to the next version by setting the `ProductVersion` variable and also the previous version to the one you are releasing by setting the `ProductVersionPrevious` variable.
17+
Also check that the `BridgeVersion` and `OAuthVersion` variables have the correct values with the HTTP bridge and OAuth library currently in use.
1718
* Add a header for the next release to the `CHANGELOG.md` file
1819
3. Move to the release branch and run `make clean`
1920
4. Run `RELEASE_VERSION=<desired version> make release`, for example `RELEASE_VERSION=0.45.0 make release`

0 commit comments

Comments
 (0)