Skip to content

Commit d055d3c

Browse files
Update release notes (#880)
1 parent 9a220a5 commit d055d3c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/9.release-notes/1.v7.1.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ git diff
103103

104104
This feature is a huge time saver when you maintain multiple projects and want them to be consistent. Or to modify the `replay.yaml` file and apply changes to the whole project instead of generating a new one or finding and replacing all occurrences manually.
105105

106-
In this release we have updated included scripts to run CI checks and format code. Run `pdm run -l` to see the full list of available scripts.
106+
In this release we have updated linter rules to be more strict. Scripts to run CI routines were also updated. Run `pdm run -l` to see the full list of available scripts.
107107

108108
```shell
109109
$ pdm run -l
@@ -117,7 +117,7 @@ $ pdm run -l
117117
╰────────┴───────────┴──────────────────────────────────╯
118118
```
119119

120-
Inspect `pyproject.toml` to see how these scripts are defined. You can also add your own scripts to automate common tasks.
120+
Inspect `pyproject.toml` to see how these scripts are defined or add your own to automate common tasks.
121121

122122
Here's a basic example of a GitHub Actions workflow to run all checks on every push:
123123

0 commit comments

Comments
 (0)