Skip to content

Commit

Permalink
Merge pull request ImGuiNET#15 from mellinoe/f/update
Browse files Browse the repository at this point in the history
Updated version.json file
  • Loading branch information
zaafar authored Jan 27, 2023
2 parents 166c680 + 6eb05bd commit c11b5f1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
12 changes: 7 additions & 5 deletions README.md
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
2 changes: 1 addition & 1 deletion version.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "https://raw.githubusercontent.com/AArnott/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json",
"version": "1.89.1",
"version": "1.89.3",
"publicReleaseRefSpec": [
"^refs/tags/v\\d+\\.\\d+" // we also release tags starting with vN.N
],
Expand Down

0 comments on commit c11b5f1

Please sign in to comment.