This repository has been archived by the owner on Aug 30, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 126
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a92f637
commit cb19716
Showing
3 changed files
with
19 additions
and
1 deletion.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
Changes by Version | ||
================== | ||
|
||
0.0.8 (2017-11-20) | ||
------------------ | ||
- Fix host IP formatting and improve local IP API (#4) | ||
- Use JSON instead of Thrift's TJSONProtocol (#12) |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# Release Process | ||
|
||
1. Create a PR "Preparing for release X.Y.Z" against master branch | ||
* Alter CHANGELOG.md from `<placeholder_version> (unreleased)` to `<X.Y.Z> (YYYY-MM-DD)` | ||
* Update project version in CMakeLists.txt to `X.Y.Z` | ||
2. Create a release "Release X.Y.Z" on Github | ||
* Create Tag `vX.Y.Z` | ||
* Copy CHANGELOG.md into the release notes | ||
3. Create a PR "Back to development" against master branch | ||
* Add `<next_version> (unreleased)` to CHANGELOG.md | ||
* Update project version in CMakeLists.txt to the `<next version>` |