Skip to content

Commit fcf4086

Browse files
release: prepare release v0.0.24
1 parent 73839ee commit fcf4086

4 files changed

Lines changed: 29 additions & 13 deletions

File tree

‎CHANGELOG.md‎

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,26 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## 0.0.24 - 2026-07-26
9+
10+
11+
12+
### 🎉 Features
13+
14+
- Add explicit release plans
15+
16+
17+
818
## 0.0.23 - 2026-07-17
919

1020

1121

22+
### Other Changes
23+
24+
- Prepare release v0.0.23 (#12)
25+
26+
27+
1228
### 🐛 Bug Fixes
1329

1430
- Reopen pull request
@@ -249,6 +265,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
249265
- *(repo)* Fix build
250266

251267

268+
[0.0.24]: https://github.com/compozy/releasepr/compare/v0.0.23...v0.0.24
252269
[0.0.23]: https://github.com/compozy/releasepr/compare/v0.0.22...v0.0.23
253270
[0.0.22]: https://github.com/compozy/releasepr/compare/v0.0.21...v0.0.22
254271
[0.0.21]: https://github.com/compozy/releasepr/compare/v0.0.20...v0.0.21

‎RELEASE_BODY.md‎

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,7 @@
1-
## 0.0.23 - 2026-07-17
1+
## 0.0.24 - 2026-07-26
22

33

44

5-
### 🐛 Bug Fixes
5+
### 🎉 Features
66

7-
- Reopen pull request
8-
- Accept opaque GitHub tokens
9-
10-
11-
12-
### 📚 Documentation
13-
14-
- Official skill
15-
- Design release PR preservation
16-
- Design opaque GitHub token validation
7+
- Add explicit release plans

‎RELEASE_NOTES.md‎

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## 0.0.24 - 2026-07-26
2+
3+
4+
5+
### 🎉 Features
6+
7+
- Add explicit release plans
8+
19
## 0.0.23 - 2026-07-17
210

311

‎package.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"name": "pr-release",
33
"private": true,
4-
"version": "0.0.23"
4+
"version": "0.0.24"
55
}

0 commit comments

Comments
 (0)