Skip to content

Commit 83f1535

Browse files
authored
Merge pull request #59 from dotkernel/issue-58
Issue #58: Added upgrade procedure documentation.
2 parents 03bc704 + 8f785ad commit 83f1535

File tree

2 files changed

+19
-0
lines changed

2 files changed

+19
-0
lines changed

docs/book/v5/upgrading.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Upgrades
2+
3+
Dotkernel API does not provide an automatic upgrade path.
4+
5+
Instead, the recommended procedure is to manually implement each modification listed in [releases](https://github.com/dotkernel/api/releases).
6+
Additionally, releases info can also be accessed as an [RSS](https://github.com/dotkernel/api/releases.atom) feed.
7+
8+
## Upgrade procedure
9+
10+
Once you clone Dotkernel API, you will find a [CHANGELOG.md](https://github.com/dotkernel/api/blob/5.0/CHANGELOG.md) file in the root of the project.
11+
12+
This contains a list of already implemented features in reversed chronological order.
13+
You can use this file to track the version your copy of Dotkernel API is at.
14+
15+
When there is a new release, you need to run through it and implement in your project the modifications from each pull request.
16+
17+
Finally, copy the release info and paste it at the beginning of your project's CHANGELOG.md file.
18+
This way you will be able to track your API's version info and keep your project up-to-date.

mkdocs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ nav:
2121
- "Doctrine ORM": v5/installation/doctrine-orm.md
2222
- "Test the Installation": v5/installation/test-the-installation.md
2323
- "FAQ": v5/installation/faq.md
24+
- Upgrading: v5/upgrading.md
2425
- Flow:
2526
- "Middleware Flow": v5/flow/middleware-flow.md
2627
- "Default Library Flow": v5/flow/default-library-flow.md

0 commit comments

Comments
 (0)