Skip to content

Commit c31b9fa

Browse files
committed
feat: finalize release 2.8.41
1 parent 2bc36f9 commit c31b9fa

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

.agent/workflows/git-flow.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ This workflow MUST be orchestrated by the **Release Manager**.
6262
- Push the current branch and the tag to the remote repository.
6363

6464
```bash
65-
git push origin $CURRENT_BRANCH
66-
git push origin v$CURRENT_VER
65+
git push origin refs/heads/$CURRENT_BRANCH
66+
git push origin refs/tags/v$CURRENT_VER
6767
```
6868

releases/v2.8.41.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,8 @@
5353

5454
## 🛠️ Internal Commit History
5555

56+
- feat: release 2.8.41 (2a8371c)
57+
- style: tidy mysqltuner.pl (db23439)
5658
- ci: refactor Github release definitions with pre-releases and deliverables support (68f8d12)
5759
- ci: enforce zero-warning policy and dynamic test env (2eebcc4)
5860
- feat: release 2.8.41 final stabilization (e479ba7)

0 commit comments

Comments
 (0)