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: README.md
+4-4
Original file line number
Diff line number
Diff line change
@@ -420,7 +420,7 @@ To release a new version of Redis OM Spring:
420
420
421
421
1. Ensure all changes are committed and pushed to the main branch
422
422
2. Run the release preparation script: `./scripts/prepare-release.sh <version>`
423
-
3. Create a new GitHub release with the tag `v<version>`
423
+
3. Create a new GitHub release with the tag `v<version>`
424
424
(e.g., `v0.6.0`)
425
425
4. The GitHub workflow will automatically:
426
426
- Build the project
@@ -430,7 +430,7 @@ To release a new version of Redis OM Spring:
430
430
431
431
This process publishes both `redis-om-spring` and `redis-om-spring-ai` modules to Maven Central.
432
432
433
-
> ⚠️ Starting from version `v1.0.0-RC1`, Redis OM Spring has been divided into two separate modules:
433
+
> ⚠️ Starting from version `v1.0.0-RC.1`, Redis OM Spring has been divided into two separate modules:
434
434
>
435
435
> ***Redis OM Spring** – providing modeling and vector indexing capabilities;
436
436
> ***Redis OM Spring AI** – introducing AI capabilities, powered by Spring AI, to automatically generate vector embeddings using popular providers like OpenAI, Azure, Ollama, VertexAI, and more.
@@ -484,7 +484,7 @@ inherited from the parent poms):
0 commit comments