Skip to content

Commit 4596861

Browse files
michaelmcdonnellmwggriffithsuk
authored andcommitted
Updates changelog for matlab-batch 2024.07.0 release
1 parent 2706bd3 commit 4596861

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

.github/workflows/non-interactive-build-test.yml

+4-3
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ on:
1010
# Trigger the workflow when the Dockerfile or any file under tests/ is modified
1111
paths:
1212
- "alternates/non-interactive/Dockerfile"
13-
- "tests/alternates/non-interactive/*"
14-
- "tests/utils/**"
13+
- "alternates/non-interactive/MATLAB-BATCH.md"
14+
- "tests/**"
1515
- "!**.md"
1616
schedule:
1717
# Run at 00:00 on every Monday (1st Day of the Week)
@@ -27,7 +27,8 @@ jobs:
2727
strategy:
2828
fail-fast: false
2929
matrix:
30-
matlab-release: [r2024a, r2023b, r2023a, r2022b, r2022a, r2021b, r2021a, r2020b]
30+
matlab-release:
31+
[r2024a, r2023b, r2023a, r2022b, r2022a, r2021b, r2021a, r2020b]
3132

3233
steps:
3334
- name: Checkout repo

alternates/non-interactive/MATLAB-BATCH.md

+3
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,9 @@ For support, contact [MathWorks Technical Support](https://www.mathworks.com/sup
113113

114114
## Changelog
115115

116+
### v2024.07.0
117+
- **Added:** Internal changes to support upcoming features.
118+
116119
### v2024.06.1
117120
- **Added:** Support for MATLAB R2024b Prerelease.
118121

0 commit comments

Comments
 (0)