Skip to content

Commit a02ee45

Browse files
committed
Manually add the CHANGELOG line via script
1 parent 5e41a5f commit a02ee45

15 files changed

Lines changed: 4 additions & 56 deletions

File tree

Pipelines/Scripts/prepare-pages.ps1

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,8 @@ Get-ChildItem -Path (Join-Path $ProjectRoot "*" "package.json") | ForEach-Object
2525

2626
Copy-Item -Path (Join-Path $packagePath "README.md") -Destination "./$packageName.md"
2727
Copy-Item -Path (Join-Path $packagePath "CHANGELOG.md") -Destination "./$packageName.CHANGELOG.md"
28+
Add-Content -Path "./$packageName.md" -Value "
29+
## Latest changelog
30+
31+
[Changelog](./$packageName.CHANGELOG.md)"
2832
}

org.mixedrealitytoolkit.accessibility/README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,3 @@ Features and subsystem to enable accessibility in MR experiences.
88

99
> [!IMPORTANT]
1010
> This is in early preview and may undergo significant, breaking changes before release.
11-
12-
## Latest changelog
13-
14-
[Changelog](./CHANGELOG.md)

org.mixedrealitytoolkit.audio/README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,3 @@ parent: Packages
88
Features to enhance audio in XR experiences.
99

1010
For the audio effects to be spatialized, a spatializer plugin must be imported into the project. Spatializer plugins may be platform specific.
11-
12-
## Latest changelog
13-
14-
[Changelog](./CHANGELOG.md)

org.mixedrealitytoolkit.core/README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,3 @@ parent: Packages
66
# MRTK Core Definitions
77

88
A limited collection of common interfaces and utilities that most MRTK packages share. Most implementations of these interfaces are contained in other packages in the MRTK ecosystem.
9-
10-
## Latest changelog
11-
12-
[Changelog](./CHANGELOG.md)
Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
11
# MRTK Data Binding and Theming
22

33
Data binding and theming features contained within this package are experimental and are not recommended for use in production applications and may be changed or removed.
4-
5-
## Latest changelog
6-
7-
[Changelog](./CHANGELOG.md)

org.mixedrealitytoolkit.diagnostics/README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,3 @@ parent: Packages
66
# MRTK Diagnostics
77

88
Subsystems and utilities for common diagnostic and performance monitoring tasks.
9-
10-
## Latest changelog
11-
12-
[Changelog](./CHANGELOG.md)
Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
11
# MRTK Extended Assets
22

33
This package offers additional assets helpful for example scenes or rapid prototyping. These assets are in addition to the more commonly-used assets located in StandardAssets.
4-
5-
## Latest changelog
6-
7-
[Changelog](./CHANGELOG.md)
Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
11
# MRTK Input
22

33
This package extends the XR Interaction Toolkit with custom interactors and controllers, hand-joint aggregation, and simulation subsystems. It seamlessly integrates with the Unity Input System.
4-
5-
## Latest changelog
6-
7-
[Changelog](./CHANGELOG.md)
Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
11
# MRTK Spatial Manipulation
22

33
Spatial manipulation features, including ObjectManipulator, BoundsControl, and the Solvers/Constraints systems.
4-
5-
## Latest changelog
6-
7-
[Changelog](./CHANGELOG.md)
Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
11
# MRTK Standard Assets
22

33
Common assets used by the MRTK packages, including common fonts, materials, and models. Relies on the Graphics Tools collection of shaders.
4-
5-
## Latest changelog
6-
7-
[Changelog](./CHANGELOG.md)

0 commit comments

Comments
 (0)