forked from ImGuiNET/ImGui.NET-nativebuild
-
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.
Merge pull request ImGuiNET#15 from mellinoe/f/update
Updated version.json file
- Loading branch information
Showing
2 changed files
with
8 additions
and
6 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,16 @@ | ||
# To Update to the latest cimgui version | ||
|
||
git submodule update --init | ||
1. git submodule update --init | ||
|
||
git submodule update --remote | ||
2. git submodule update --remote | ||
|
||
and then git commit + push. | ||
3. and then git commit + push. | ||
|
||
|
||
# To Trigger a release push a tag as shown below | ||
|
||
git tag -a v1.4 -m "my version 1.4" | ||
1. Update the version in version.json file | ||
|
||
git push origin v1.4 | ||
2. git tag -a v1.4 -m "my version 1.4" | ||
|
||
3. git push origin v1.4 |
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