diff --git a/docs/codeql/codeql-cli/about-codeql-packs.rst b/docs/codeql/codeql-cli/about-codeql-packs.rst
index 75f0d61676b..25c9ac3a619 100644
--- a/docs/codeql/codeql-cli/about-codeql-packs.rst
+++ b/docs/codeql/codeql-cli/about-codeql-packs.rst
@@ -3,11 +3,7 @@
About CodeQL packs
==================
-.. pull-quote::
-
- Note
-
- CodeQL packs are currently in beta and subject to change.
+.. include:: ../reusables/beta-note-package-manager.rst
CodeQL packs are used to create, share, depend on, and run CodeQL queries and libraries. You can publish your own CodeQL packs and download packs created by others. CodeQL packs contain queries, library files, query suites, and metadata.
diff --git a/docs/codeql/codeql-cli/analyzing-databases-with-the-codeql-cli.rst b/docs/codeql/codeql-cli/analyzing-databases-with-the-codeql-cli.rst
index 9abc4a89b4b..312715dd176 100644
--- a/docs/codeql/codeql-cli/analyzing-databases-with-the-codeql-cli.rst
+++ b/docs/codeql/codeql-cli/analyzing-databases-with-the-codeql-cli.rst
@@ -111,11 +111,7 @@ see ":doc:`Using custom queries with the CodeQL CLI `_" or "`Downloading and using CodeQL query packs in your CI system `_."
diff --git a/docs/codeql/codeql-cli/creating-and-working-with-codeql-packs.rst b/docs/codeql/codeql-cli/creating-and-working-with-codeql-packs.rst
index ce4eab40dfa..beb1f9f8e0e 100644
--- a/docs/codeql/codeql-cli/creating-and-working-with-codeql-packs.rst
+++ b/docs/codeql/codeql-cli/creating-and-working-with-codeql-packs.rst
@@ -5,11 +5,7 @@ Creating and working with CodeQL packs
You can use CodeQL packs to create, share, depend on, and run CodeQL queries and libraries.
-.. pull-quote::
-
- Note
-
- The CodeQL package manager is currently in beta and subject to change. During the beta, CodeQL packs are available only using GitHub Packages - the GitHub Container registry. You must use version 2.5.8 or later of the CodeQL CLI to use the CodeQL package manager.
+.. include:: ../reusables/beta-note-package-manager.rst
About CodeQL packs and the CodeQL CLI package manager
-----------------------------------------------------
diff --git a/docs/codeql/codeql-cli/publishing-and-using-codeql-packs.rst b/docs/codeql/codeql-cli/publishing-and-using-codeql-packs.rst
index 3bb9219d41a..d7255124eb6 100644
--- a/docs/codeql/codeql-cli/publishing-and-using-codeql-packs.rst
+++ b/docs/codeql/codeql-cli/publishing-and-using-codeql-packs.rst
@@ -5,11 +5,7 @@ Publishing and using CodeQL packs
You can publish your own CodeQL packs and use packs published by other people.
-.. pull-quote::
-
- Note
-
- The CodeQL package manager is currently in beta and subject to change. During the beta, CodeQL packs are available only using GitHub Packages - the GitHub Container registry. You must use version 2.5.8 or later of the CodeQL CLI to use the CodeQL package manager.
+.. include:: ../reusables/beta-note-package-manager.rst
Configuring the ``qlpack.yml`` file before publishing
-----------------------------------------------------
diff --git a/docs/codeql/codeql-cli/using-custom-queries-with-the-codeql-cli.rst b/docs/codeql/codeql-cli/using-custom-queries-with-the-codeql-cli.rst
index 681c2498e55..0bafa9cea30 100644
--- a/docs/codeql/codeql-cli/using-custom-queries-with-the-codeql-cli.rst
+++ b/docs/codeql/codeql-cli/using-custom-queries-with-the-codeql-cli.rst
@@ -52,12 +52,7 @@ For more information about these metadata properties, see ":ref:`Metadata for Co
Packaging custom QL queries
---------------------------
-.. pull-quote::
-
- Note
-
- The CodeQL package manager is currently in beta and subject to change. During the beta, CodeQL packs are available only using GitHub Packages - the GitHub Container registry. You must use version 2.5.8 or later of the CodeQL CLI to use the CodeQL package manager.
-
+.. include:: ../reusables/beta-note-package-manager.rst
When you write your own queries, you should save them in a custom QL pack
directory. When you are ready to share your queries with other users, you can publish the pack as a CodeQL pack to GitHub Packages - the GitHub Container registry.
diff --git a/docs/codeql/reusables/beta-note-package-manager.rst b/docs/codeql/reusables/beta-note-package-manager.rst
new file mode 100644
index 00000000000..19169a328ff
--- /dev/null
+++ b/docs/codeql/reusables/beta-note-package-manager.rst
@@ -0,0 +1,5 @@
+.. pull-quote::
+
+ Note
+
+ The CodeQL package manager is currently in beta and subject to change. During the beta, CodeQL packs are available only using GitHub Packages - the GitHub Container registry. You must use version 2.6.0 or later of the CodeQL CLI to use the CodeQL package manager.
\ No newline at end of file