Skip to content

Commit a27f840

Browse files
committed
🍻 Update the release info for releasing new version.
1 parent 8c12f67 commit a27f840

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

.github/tag_and_release/release-notes.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
### 🎉🎊 **New feature**
22
<hr>
33

4+
<<<<<<< HEAD
45
<<<<<<< HEAD
56
1. Improve the CI part about parsing and generating version info in reusable workflow.
67
* as is:
@@ -14,10 +15,14 @@
1415
* _rw_poetry_run_test.yaml_: Extract the logic about matrix values part. (Same with _rw_run_test.yaml_ but use **Poetry**)
1516
* _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**)
1617
>>>>>>> 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.)
1721
1822
### 🛠⚙️ **Breaking Change**
1923
<hr>
2024

25+
<<<<<<< HEAD
2126
<<<<<<< HEAD
2227
1. Fix the CI issue about it cannot upload test coverage reports into Action Artifact because they all are hidden files.
2328
* The reusable workflows which would be effected:
@@ -43,3 +48,6 @@
4348
3. Let shell script about combining test coverage reports could be more flexible.
4449
* Remove the limitation of the test type must be ``unit-test``, ``integration-test`` or ``system-test``.
4550
>>>>>>> 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.)
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
<<<<<<< HEAD
2+
<<<<<<< HEAD
23
v6.1.0 🍻🍾 - Fix broken reusable workflow.
34
=======
45
v6.0.0 🍻🍾 - Fix some issue and improve reusable workflow to be more flexible.
56
>>>>>>> 31b852d (Merge pull request #68 from Chisanan232/develop)
7+
=======
8+
v7.0.0 🍻🍾 - Support verifying with Python versions `3.12`, `3.13`.
9+
>>>>>>> fca711c (🍻 Update the release info for releasing new version.)

0 commit comments

Comments
 (0)