feat: Add automated GitHub releases with changelog for dev and experimental branches#722
Draft
feat: Add automated GitHub releases with changelog for dev and experimental branches#722
Conversation
Contributor
Serph91P
commented
Feb 5, 2026
- Add create-release job to publish_dev.yml that creates pre-releases
- Add create-release job to publish_experimental.yml that creates pre-releases
- Add update-release-notes job to publish_master.yml that generates cumulative changelog
- Changelog is automatically generated from conventional commit messages
- Commits are categorized into Features, Bug Fixes, Refactoring, Documentation, and Maintenance
- Pre-releases are tagged as dev-X.X.X and experimental-X.X.X
- Stable releases include all changes since last stable release
…mental branches - Add create-release job to publish_dev.yml that creates pre-releases - Add create-release job to publish_experimental.yml that creates pre-releases - Add update-release-notes job to publish_master.yml that generates cumulative changelog - Changelog is automatically generated from conventional commit messages - Commits are categorized into Features, Bug Fixes, Refactoring, Documentation, and Maintenance - Pre-releases are tagged as dev-X.X.X and experimental-X.X.X - Stable releases include all changes since last stable release
Contributor
Author
|
@sparkison dunno if you like this or not, but I always wondered why you manually did this and why dev and experimental did not get pre-releases with changelog so everyone could see what is going on. |
Member
probably because I'm too ocd, lol! I always cleanup the release log and like to have a personal touch to it, but automating would be nice 😉 and the I'll circle back and take a look though! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.