mirror of
https://github.com/mue/mue.git
synced 2026-07-12 02:42:07 +02:00
feat: bump version to 7.6.0 across all manifests and documentation
This commit is contained in:
6
.github/workflows/version-bump.yml
vendored
6
.github/workflows/version-bump.yml
vendored
@@ -8,9 +8,9 @@ on:
|
||||
required: true
|
||||
type: choice
|
||||
options:
|
||||
- patch # 7.5.0 -> 7.5.1 (bug fixes)
|
||||
- minor # 7.5.0 -> 7.6.0 (new features)
|
||||
- major # 7.5.0 -> 8.0.0 (breaking changes)
|
||||
- patch # 7.6.0 -> 7.5.1 (bug fixes)
|
||||
- minor # 7.6.0 -> 7.6.0 (new features)
|
||||
- major # 7.6.0 -> 8.0.0 (breaking changes)
|
||||
pre_release:
|
||||
description: 'Pre-release label (leave empty for stable release)'
|
||||
required: false
|
||||
|
||||
Reference in New Issue
Block a user