Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 21 additions & 0 deletions Docs/ASLM/content/docs/PatchNotes/202606272021-Auto-Releases.md
Original file line number Diff line number Diff line change
@@ -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.