Skip to content

Commit bd5d8cc

Browse files
authored
Merge pull request #1269 from jim-parry/admin/prep4
Release notes & process
2 parents 021bc3b + 47e418b commit bd5d8cc

3 files changed

Lines changed: 40 additions & 134 deletions

File tree

admin/previous-gitignore

Lines changed: 0 additions & 134 deletions
This file was deleted.

admin/release-notes.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
CodeIgniter-4.0.0-alpha.1 launches today, after a lengthy build-up :)
2+
3+
Huge shoutout to Lonnie Ezell for all of his hard work getting the vision
4+
and the core implementation in place!
5+
6+
This is an early pre-release of 4.0.0. It is not suitable for production!
7+
8+
The release has all the major features in place, but there are still gaps
9+
and issues. See ...
10+
11+
- [Bugs in the 4.0.0-alpha.1](https://github.com/bcit-ci/CodeIgniter4/issues?q=is%3Aopen+is%3Aissue+milestone%3A4.0.0-alpha)
12+
- [Things that we definitely want to see fixed before first proper release](https://github.com/bcit-ci/CodeIgniter4/issues?q=is%3Aopen+is%3Aissue+milestone%3A4.0.0)
13+
- [Features we would like to see in the initial proper release](), if possible, else the next update to it
14+
- [Features that we are consciously deferring to later](https://github.com/bcit-ci/CodeIgniter4/issues?q=is%3Aopen+is%3Aissue+milestone%3A4.1.0)
15+
16+
What we need now is feedback from the community ...
17+
18+
- What doesn't work well (raise a post in [CodeIgniter 4 Development](https://forum.codeigniter.com/forum-27.html))
19+
If you have found a bug, then by all means create a new issue on the repo.
20+
- What you think is missing (raise a post in [CodeIgniter 4 Feature Requests](https://forum.codeigniter.com/forum-29.html))
21+
We will soon start the [candidate new feature](https://forum.codeigniter.com/forum-33.html) posts,
22+
for those items in the feature requests forum that appear to have traction
23+
- Problems that you are having using the release (raise a post in [CodeIgniter 4 Support](https://forum.codeigniter.com/forum-30.html))
24+
Do NOT create repo issues with support questions - we are using github for bug and work package tracking
25+
26+
Do NOT post support questions or feature requests in response to this thread - those
27+
will be deleted. We are trying to make the best of the
28+
limited resousrces that we have!
29+
30+
Thank you, and ENJOY!

admin/release.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,10 @@ The `release` bash script does the first six workflow steps,
4646
and the `post-release` script does the other three between
4747
the manual steps.
4848

49+
For now, everything past the release branch build will be done
50+
nanually, until the condidence level is high enough to
51+
automate some/all of those steps.
52+
4953
## Assumptions
5054

5155
You (a maintainer) have forked the main CodeIgniter4 repo,
@@ -92,3 +96,9 @@ Once the release branch has been vetted, and you have
9296
completed the manual steps, clean up with:
9397

9498
`admin/post_release version [qualifier]`
99+
100+
## Release notes
101+
102+
On launch of a new release, a release notes post should be made in the
103+
announcements subforum. The planned text for it (so it can be previewed
104+
by admins) is in `admin/release_notes`.

0 commit comments

Comments
 (0)