File tree Expand file tree Collapse file tree 2 files changed +19
-0
lines changed Expand file tree Collapse file tree 2 files changed +19
-0
lines changed Original file line number Diff line number Diff line change
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.
Original file line number Diff line number Diff line change 21
21
- " Doctrine ORM " : v5/installation/doctrine-orm.md
22
22
- " Test the Installation " : v5/installation/test-the-installation.md
23
23
- " FAQ " : v5/installation/faq.md
24
+ - Upgrading : v5/upgrading.md
24
25
- Flow :
25
26
- " Middleware Flow " : v5/flow/middleware-flow.md
26
27
- " Default Library Flow " : v5/flow/default-library-flow.md
You can’t perform that action at this time.
0 commit comments