|
1 | 1 | #rts.js |
2 | 2 |
|
| 3 | +##0.0.4 |
| 4 | + |
| 5 | +###Patch Changes |
| 6 | + |
| 7 | +- 1ad20ab: Ci (release): Triggering release when PR is merged into master; Test temporary files to use system temporary directory instead |
| 8 | + -Ci: Modify. ithub/workflows/release. yml |
| 9 | + -The triggering condition is changed to pull_dequest.clost to master, and only executed when merged==true |
| 10 | + -Retain manual triggering of workflow_ispatch |
| 11 | + -Change the workflow name to release |
| 12 | + -Upgrade pnpm/action setup to v10 and adjust the installation order to match pnpm cache |
| 13 | + -Test: Migration of temporary files to system temporary directory |
| 14 | + -All use cases use the rts tests/_ subdirectories under os. tpdir() uniformly, compatible with Windows/Linux |
| 15 | + -Adjust file creation and cleanup to fs.rmSync (..., {recursive: true, force: true}) |
| 16 | + -Delete the test/temp directory and related dependency paths in the repository |
| 17 | + -Chore (ava): Remove the exclusion of test/temp/__/_. ts in ava.cnfig.js |
| 18 | + -Docs (test): Update temporary file policy instructions in test/README.md |
| 19 | + |
3 | 20 | ##0.0.3 |
4 | 21 |
|
5 | 22 | ###Patch Changes |
|