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