Public Access
Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| f91b05287a | |||
| 43fd64a15b | |||
| 15074fb0ae | |||
| 415b5403be | |||
| 84fdb39d20 | |||
| 44b9e991b5 |
@@ -5,7 +5,7 @@
|
||||
# FILE INFORMATION
|
||||
# DEFGROUP: Gitea.Workflow
|
||||
# INGROUP: mokocli.Automation
|
||||
# VERSION: 09.41.00
|
||||
# VERSION: 01.00.00
|
||||
# BRIEF: Auto-create feature branch when an issue is opened
|
||||
|
||||
name: "Universal: Issue Branch"
|
||||
|
||||
+6
-4
@@ -14,10 +14,12 @@ BRIEF: Release changelog
|
||||
|
||||
## [09.41.00] --- 2026-06-25
|
||||
|
||||
## [09.40.00] --- 2026-06-25
|
||||
## [09.41.00] --- 2026-06-25
|
||||
|
||||
## [09.41.00] --- 2026-06-25
|
||||
|
||||
## [09.41.00] --- 2026-06-25
|
||||
|
||||
## [09.40.00] --- 2026-06-25
|
||||
|
||||
## [09.39.00] --- 2026-06-25
|
||||
|
||||
## [09.39.00] --- 2026-06-25
|
||||
## [09.40.00] --- 2026-06-25
|
||||
|
||||
@@ -40,7 +40,6 @@ class ReleaseCli extends CliFramework
|
||||
$bulkSyncFile = file_exists("{$repoRoot}/.mokogitea/workflows/bulk-repo-sync.yml")
|
||||
? "{$repoRoot}/.mokogitea/workflows/bulk-repo-sync.yml"
|
||||
: "{$repoRoot}/.github/workflows/bulk-repo-sync.yml";
|
||||
$cleanupFile = "{$repoRoot}/templates/workflows/shared/repository-cleanup.yml.template";
|
||||
|
||||
// -- Step 1: Read current version --
|
||||
$readme = "{$repoRoot}/README.md";
|
||||
|
||||
Reference in New Issue
Block a user