diff --git a/README.md b/README.md index 424e571..fc88fc4 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/version.json b/version.json index 726f061..6b90e15 100644 --- a/version.json +++ b/version.json @@ -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 ],