diff --git a/Docs/ASLM/content/docs/PatchNotes/202606272021-Auto-Releases.md b/Docs/ASLM/content/docs/PatchNotes/202606272021-Auto-Releases.md new file mode 100644 index 0000000..a3fc532 --- /dev/null +++ b/Docs/ASLM/content/docs/PatchNotes/202606272021-Auto-Releases.md @@ -0,0 +1,21 @@ +--- +title: "Auto Releases" +date: "2026-06-27T20:21:59Z" +draft: false +description: "Added auto release workflow" +--- + +## New Features +* Added a new GitHub Actions workflow (`.github/workflows/release.yml`) for automated releases. +* The workflow handles staging versions on pull requests using semantic versioning format (`vX.Y.Z`). +* The workflow includes automated GitHub release creation, calculating versions, tags, changelog bases, and creating detailed release notes based on commit authors and titles. +* Automatically updates `ASLM_Module.json` with the new version when a release PR is created. + +## Bug Fixes +* None. + +## API Changes +* None. + +## Known Issues +* None.