File tree Expand file tree Collapse file tree 1 file changed +3
-9
lines changed Expand file tree Collapse file tree 1 file changed +3
-9
lines changed Original file line number Diff line number Diff line change 22
33Dotkernel API does not provide an automatic upgrade path.
44
5- Instead, the recommended procedure is to manually implement
6- each modification listed in [ releases] ( https://github.com/dotkernel/api/releases ) .
7-
5+ Instead, the recommended procedure is to manually implement each modification listed in [ releases] ( https://github.com/dotkernel/api/releases ) .
86Additionally, releases info can also be accessed as an [ RSS] ( https://github.com/dotkernel/api/releases.atom ) feed.
97
108## Upgrade procedure
119
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.
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.
1411
1512This contains a list of already implemented features in reversed chronological order.
16-
1713You can use this file to track the version your copy of Dotkernel API is at.
1814
19- When there is a new release, you need to run through it and implement in your project the modifications from each pull
20- request.
15+ When there is a new release, you need to run through it and implement in your project the modifications from each pull request.
2116
2217Finally, copy the release info and paste it at the beginning of your project's CHANGELOG.md file.
23-
2418This way you will be able to track your API's version info and keep your project up-to-date.
You can’t perform that action at this time.
0 commit comments