From 39ab7f61a02e86b1f695961b9ceb0aa0884ec079 Mon Sep 17 00:00:00 2001
From: mw-hrastega <48831250+mw-hrastega@users.noreply.github.com>
Date: Thu, 21 Aug 2025 18:24:48 -0400
Subject: [PATCH 1/3] Improve the Contact Us section
---
README.md | 17 +++++++++++++----
1 file changed, 13 insertions(+), 4 deletions(-)
diff --git a/README.md b/README.md
index fe5b347f..1bd1b238 100644
--- a/README.md
+++ b/README.md
@@ -290,8 +290,13 @@ matlab-test:
-## Caveats
-* On cloud-hosted agents provided by Azure DevOps, CircleCI, and GitHub Actions, you need a [MATLAB batch licensing token](https://github.com/mathworks-ref-arch/matlab-dockerfile/blob/main/alternates/non-interactive/MATLAB-BATCH.md#matlab-batch-licensing-token) if your project is private or if your pipeline includes transformation products, such as MATLAB Coder™ and MATLAB Compiler™. You can request a token by contacting MathWorks® at [batch-tokens@mathworks.com](mailto:batch-tokens@mathworks.com).
+## Licensing
+When you use a cloud-hosted agent, product licensing for your pipeline depends on your project visibility as well as the types of products the pipeline uses:
+
+- Public project — MathWorks® automatically licenses all products for you, except for transformation products, such as MATLAB Coder™ and MATLAB Compiler™.
+- Private project — MathWorks does not automatically license any products for you.
+
+To license products that are not automatically licensed, you can request a [MATLAB batch licensing token](https://github.com/mathworks-ref-arch/matlab-dockerfile/blob/main/alternates/non-interactive/MATLAB-BATCH.md#matlab-batch-licensing-token) by submitting the [MATLAB Batch Licensing Pilot](https://www.mathworks.com/support/batch-tokens.html) form. Batch licensing tokens are strings that enable MATLAB to start in noninteractive environments
@@ -303,5 +308,9 @@ matlab-test:
-## Contact Us
-If you have any questions or suggestions, please contact MathWorks at [continuous-integration@mathworks.com](mailto:continuous-integration@mathworks.com).
+## Feedback and Support
+If you encounter a product licensing issue, consider requesting a MATLAB batch licensing token to use in your workflow. For more information, see [Licensing](#licensing).
+
+If you have an enhancement request or other feedback, create an issue on the [Issues](https://github.com/mathworks/ci-configuration-examples/issues) page.
+
+For support, contact [MathWorks Technical Support](https://www.mathworks.com/support/contact_us.html).
From 05615cb110cb97e12c70e51bfdf6512b3395e1d3 Mon Sep 17 00:00:00 2001
From: mw-hrastega <48831250+mw-hrastega@users.noreply.github.com>
Date: Thu, 21 Aug 2025 18:29:29 -0400
Subject: [PATCH 2/3] Replace workflow with pipeline
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 1bd1b238..80aa8a6a 100644
--- a/README.md
+++ b/README.md
@@ -309,7 +309,7 @@ To license products that are not automatically licensed, you can request a [MATL
## Feedback and Support
-If you encounter a product licensing issue, consider requesting a MATLAB batch licensing token to use in your workflow. For more information, see [Licensing](#licensing).
+If you encounter a product licensing issue, consider requesting a MATLAB batch licensing token to use in your pipeline. For more information, see [Licensing](#licensing).
If you have an enhancement request or other feedback, create an issue on the [Issues](https://github.com/mathworks/ci-configuration-examples/issues) page.
From 91fc4a54aaaf97a8801c4060b76997ba25bbbaae Mon Sep 17 00:00:00 2001
From: mw-hrastega <48831250+mw-hrastega@users.noreply.github.com>
Date: Fri, 22 Aug 2025 09:08:27 -0400
Subject: [PATCH 3/3] Remove a redundant clause
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 80aa8a6a..b48c8843 100644
--- a/README.md
+++ b/README.md
@@ -291,7 +291,7 @@ matlab-test:
## Licensing
-When you use a cloud-hosted agent, product licensing for your pipeline depends on your project visibility as well as the types of products the pipeline uses:
+Product licensing for your pipeline depends on your project visibility as well as the types of products the pipeline uses:
- Public project — MathWorks® automatically licenses all products for you, except for transformation products, such as MATLAB Coder™ and MATLAB Compiler™.
- Private project — MathWorks does not automatically license any products for you.