Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Lessons learned #1573

Merged
merged 9 commits into from
Dec 2, 2018
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Next release changelog template
  • Loading branch information
jim-parry committed Dec 2, 2018
commit 3277198d54d679d9c27113ccc2d40c96d0ee528d
14 changes: 14 additions & 0 deletions admin/next.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
Version |version|
====================================================

Release Date: Not released

**Next alpha release of CodeIgniter4**


The list of changed files follows, with PR numbers shown.


PRs merged:
-----------

2 changes: 1 addition & 1 deletion admin/release
Original file line number Diff line number Diff line change
Expand Up @@ -56,14 +56,14 @@ sed -i "/Release Date/s/Not Released/$(date +'%B %d, %Y')/" user_guide_src/sourc
sed -i "/|version|/s/|version|/${RELEASE}/" user_guide_src/source/changelogs/index.rst

# version & date in user_guide_src/source/next.rst
sed -i "/|release|/s/|.*|/${RELEASE}/" user_guide_src/source/changelogs/next.rst
sed -i "/Release Date/s/Not Released/$(date +'%B %d, %Y')/" user_guide_src/source/changelogs/next.rst
sed -i "/|version|/s/|version|/${RELEASE}/" user_guide_src/source/changelogs/next.rst

# establish version-specific changelog
sed -i "|changelogs/next|s|changeslog/next|changelogs/v{$RELEASE}| user_guide_src/source/changelogs/index.rst
mv user_guide_src/source/changelogs/next.rst user_guide_src/source/changelogs/v${RELEASE}.rst
touch user_guide_src/source/changelogs/next.rst
cp admin/next.rst user_guide_src/source/changelogs/next.rst

#---------------------------------------------------
# Setup the distribution folders
Expand Down