Skip to content

Commit 78b9273

Browse files
committed
fix(release): update README version to v1.1
Also adds version update checklist to RELEASE_PROCESS.md to prevent missing version bumps in future releases.
1 parent b7aff6c commit 78b9273

2 files changed

Lines changed: 15 additions & 4 deletions

File tree

.github/RELEASE_PROCESS.md

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,12 +64,23 @@ Gate execution checklist:
6464
## 4. Release Preparation
6565

6666
1. Ensure `main` is current and CI is green.
67-
2. **Update CHANGELOG.md** with final release notes:
67+
68+
2. **Update version numbers** in the following files:
69+
70+
| File | Location | Example |
71+
|------|----------|---------|
72+
| `README.md` | Title header | `# Market Data PHP SDK v1.1` |
73+
74+
> **Note**: `composer.json` does not contain a version field (Packagist uses git tags).
75+
76+
3. **Update CHANGELOG.md** with final release notes:
6877
- Change `(Unreleased)` to the release date `(YYYY-MM-DD)`
6978
- Verify all breaking changes have migration guides
7079
- Ensure highlights, breaking changes, and migration notes are complete
71-
3. Commit and push CHANGELOG.md changes to `main`.
72-
4. Confirm target tag does not already exist.
80+
81+
4. Commit and push all changes to `main`.
82+
83+
5. Confirm target tag does not already exist.
7384

7485
> **Important**: The release workflow extracts release notes directly from CHANGELOG.md.
7586
> The `## vX.Y.Z` section must be present and complete before triggering the release.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<div align="center">
22

3-
# Market Data PHP SDK v1.0
3+
# Market Data PHP SDK v1.1
44
### Access Financial Data with Ease
55

66
>This is the official PHP SDK for [Market Data](https://www.marketdata.app). It provides developers with a powerful, easy-to-use interface to obtain real-time and historical financial data. Ideal for building financial applications, trading bots, and investment strategies.

0 commit comments

Comments
 (0)