We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae74c40 commit 4d41074Copy full SHA for 4d41074
2 files changed
AGENTS.md
@@ -74,7 +74,7 @@ Release is streamlined with a local preparation script and GitHub Actions:
74
75
1. **Run the release preparation script locally.**
76
```bash
77
- composer run prepare-release -- <version>
+ composer run prepare-release <version>
78
```
79
The script will:
80
- Bump version numbers and generate a changelog from merged PRs.
README.md
@@ -63,7 +63,7 @@ Release is streamlined with a local preparation script and GitHub Actions:
63
64
65
66
67
68
69
0 commit comments