From 97a435bc559a98c2844e5f80dc4c3b5b59f969b9 Mon Sep 17 00:00:00 2001 From: Petra Donka Date: Sun, 28 Jul 2024 18:15:21 +0200 Subject: [PATCH] remove outdated mentions of roadmap (#6167) --- .../100-introduction/250-should-you-use-prisma.mdx | 1 - content/200-orm/800-more/700-releases.mdx | 6 ------ 2 files changed, 7 deletions(-) diff --git a/content/200-orm/050-overview/100-introduction/250-should-you-use-prisma.mdx b/content/200-orm/050-overview/100-introduction/250-should-you-use-prisma.mdx index 750877c06e..55cbeb43dc 100644 --- a/content/200-orm/050-overview/100-introduction/250-should-you-use-prisma.mdx +++ b/content/200-orm/050-overview/100-introduction/250-should-you-use-prisma.mdx @@ -64,7 +64,6 @@ Prisma ORM is the only _fully_ type-safe ORM in the TypeScript ecosystem. The ge Development of Prisma ORM's open source tools is happening in the open. Most of it happens directly on GitHub in the main [`prisma/prisma`](https://github.com/prisma/prisma) repo: - issues and PRs in our repos are triaged and prioritized (usually within 1-2 days) -- there is a public [roadmap](https://pris.ly/roadmap) that is kept up to date with our plans - new [releases](https://github.com/prisma/prisma/releases) with new features and improvements are issued every three weeks - we have a dedicated support team that responds to questions in [GitHub Discussions](https://github.com/prisma/prisma/discussions) diff --git a/content/200-orm/800-more/700-releases.mdx b/content/200-orm/800-more/700-releases.mdx index 064522801f..cfc0d22138 100644 --- a/content/200-orm/800-more/700-releases.mdx +++ b/content/200-orm/800-more/700-releases.mdx @@ -54,12 +54,6 @@ If a feature or product is **Generally Available**: - The solution has been tested for some time and we received enough feedback to consider it stable and ready for production use. - There should be no bugs in 99% of cases (completely bug-free software cannot be guaranteed) -## Roadmap - -Our roadmap helps us share our current priorities: what we are currently working on and what we are planning to work on in the near term. This reflects our _current plans_ today, and the content is subject to change at any time. Actual results and plans may differ as a result of changing our product strategy or reacting to demands from our user base. - -You can [check out the full roadmap here](https://pris.ly/roadmap). - ## Versioning Prisma ORM's release scheme adheres to Semantic Versioning ([SemVer](https://semver.org/)) starting with version `3.x.x`.