-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: bidi <[email protected]>
- Loading branch information
Showing
8 changed files
with
62 additions
and
78 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,15 @@ | ||
# Upgrades | ||
|
||
Dotkernel API does not provide an automatic upgrade path. | ||
|
||
Instead, the recommended procedure is to manually implement each modification listed in [releases](https://github.com/dotkernel/api/releases). | ||
Additionally, releases info can also be accessed as an [RSS](https://github.com/dotkernel/api/releases.atom) feed. | ||
Additionally, release info can also be accessed as an [RSS](https://github.com/dotkernel/api/releases.atom) feed. | ||
|
||
## Upgrade procedure | ||
|
||
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. | ||
This file contains a list of already implemented features in reverse chronological order. | ||
You can use this file to track the version of your copy of Dotkernel API. | ||
|
||
This contains a list of already implemented features in reversed chronological order. | ||
You can use this file to track the version your copy of Dotkernel API is at. | ||
|
||
When there is a new release, you need to run through it and implement in your project the modifications from each pull request. | ||
|
||
Finally, copy the release info and paste it at the beginning of your project's CHANGELOG.md file. | ||
This way you will be able to track your API's version info and keep your project up-to-date. | ||
For each new release you need implement the modifications from its pull requests in your project. | ||
It is recommended to copy the release info into your project's CHANGELOG.md file. | ||
This allows you to track your API's version and keep your project up-to-date with future releases. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters