You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/tag_and_release/release-notes.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,7 @@
1
1
### 🎉🎊 **New feature**
2
2
<hr>
3
3
4
+
<<<<<<< HEAD
4
5
<<<<<<< HEAD
5
6
1. Improve the CI part about parsing and generating version info in reusable workflow.
6
7
* as is:
@@ -14,10 +15,14 @@
14
15
*_rw_poetry_run_test.yaml_: Extract the logic about matrix values part. (Same with _rw_run_test.yaml_ but use **Poetry**)
15
16
*_rw_poetry_run_test_with_multi_py_versions.yaml_: Use matrix to run test with multiple Python versions with different runtime OS. (Same with _rw_run_test_with_multi_py_versions.yaml_ but use **Poetry**)
16
17
>>>>>>> 31b852d (Merge pull request #68 from Chisanan232/develop)
18
+
=======
19
+
1. Support verifying with Python versions `3.12` and `3.13`.
20
+
>>>>>>> fca711c (🍻 Update the release info for releasing new version.)
17
21
18
22
### 🛠⚙️ **Breaking Change**
19
23
<hr>
20
24
25
+
<<<<<<< HEAD
21
26
<<<<<<< HEAD
22
27
1. Fix the CI issue about it cannot upload test coverage reports into Action Artifact because they all are hidden files.
23
28
* The reusable workflows which would be effected:
@@ -43,3 +48,6 @@
43
48
3. Let shell script about combining test coverage reports could be more flexible.
44
49
* Remove the limitation of the test type must be ``unit-test``, ``integration-test`` or ``system-test``.
45
50
>>>>>>> 31b852d (Merge pull request #68 from Chisanan232/develop)
51
+
=======
52
+
1. Deprecated and won't support verifying with Python versions `3.6` to `3.8`.
53
+
>>>>>>> fca711c (🍻 Update the release info for releasing new version.)
0 commit comments