We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bc7bd65 + 883f688 commit 19de4b5Copy full SHA for 19de4b5
RELEASE_CHECKLIST.md
@@ -25,6 +25,21 @@ This will display:
25
- Existing changelog files
26
- Suggested next version
27
28
+<details><summary>Example Run Output</summary>
29
+
30
+```
31
+🚀 Suggested next version:
32
+ - Version Code: 22
33
+ - Version Name: 2.0.4
34
35
+To update version, run the GitHub Actions workflow 'Version Management' with:
36
+ - Version name: 2.0.4
37
+ - Version code: 22
38
+ - Git tag: v2.0.4 (default)
39
+ - Release notes: your comma-separated release notes
40
41
+</details>
42
43
### 2. Run the Version Management workflow
44
45
- Go to GitHub Actions → Version Management workflow
0 commit comments