This is an automated email from the ASF dual-hosted git repository.
leerho pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/datasketches-website.git
The following commit(s) were added to refs/heads/master by this push:
new 1f01e56e fix typo
1f01e56e is described below
commit 1f01e56e94947b3b5124e083e0ee3add7b65e8ef
Author: Lee Rhodes <[email protected]>
AuthorDate: Mon Dec 4 15:13:27 2023 -0800
fix typo
---
docs/Community/ReleaseProcessForJavaComponents.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/Community/ReleaseProcessForJavaComponents.md
b/docs/Community/ReleaseProcessForJavaComponents.md
index b03447e9..db58fe53 100644
--- a/docs/Community/ReleaseProcessForJavaComponents.md
+++ b/docs/Community/ReleaseProcessForJavaComponents.md
@@ -86,7 +86,7 @@ __NOTES:__
* Assume current master POM version = A.B.0-SNAPSHOT
* From IDE or Command Line:
* Switch from Master to new __Permanent Branch__: "A.B.X"
- * Note: This assumes a normal progressions of release numbers.
However, when moving to a new major release the current A.B.0-SNAPSHOT will be
followed by a new __Permanent Branch__: A'.0.X, where A' = A + 1.
+ * Note: This assumes a normal progression of release numbers. However,
when moving to a new major release the current A.B.0-SNAPSHOT will be followed
by a new __Permanent Branch__: A'.0.X, where A' = A + 1.
* Edit pom.xml version to A.B.0 (remove -SNAPSHOT, do not change A or B)
in case of normal progression, or A'.0.0 in the case of a new major release.
* Commit the change. __DO NOT PUSH!__
* Create Annotated TAG: A.B.0-RC1 (or RCn) or A'.0.0-RC1
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]