Skip to content

Commit 8f785ad

Browse files
authored
Update upgrading.md
Signed-off-by: arhimede <[email protected]>
1 parent 003c1bb commit 8f785ad

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

docs/book/v5/upgrading.md

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,23 +2,17 @@
22

33
Dotkernel 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).
86
Additionally, 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

1512
This contains a list of already implemented features in reversed chronological order.
16-
1713
You 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

2217
Finally, copy the release info and paste it at the beginning of your project's CHANGELOG.md file.
23-
2418
This way you will be able to track your API's version info and keep your project up-to-date.

0 commit comments

Comments
 (0)