We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2bc36f9 commit c31b9faCopy full SHA for c31b9fa
2 files changed
.agent/workflows/git-flow.md
@@ -62,7 +62,7 @@ This workflow MUST be orchestrated by the **Release Manager**.
62
- Push the current branch and the tag to the remote repository.
63
64
```bash
65
- git push origin $CURRENT_BRANCH
66
- git push origin v$CURRENT_VER
+ git push origin refs/heads/$CURRENT_BRANCH
+ git push origin refs/tags/v$CURRENT_VER
67
```
68
releases/v2.8.41.md
@@ -53,6 +53,8 @@
53
54
## 🛠️ Internal Commit History
55
56
+- feat: release 2.8.41 (2a8371c)
57
+- style: tidy mysqltuner.pl (db23439)
58
- ci: refactor Github release definitions with pre-releases and deliverables support (68f8d12)
59
- ci: enforce zero-warning policy and dynamic test env (2eebcc4)
60
- feat: release 2.8.41 final stabilization (e479ba7)
0 commit comments