File tree Expand file tree Collapse file tree 4 files changed +5
-3
lines changed
Expand file tree Collapse file tree 4 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 11cmake_minimum_required (VERSION 3.16 )
2- project (jsonschema VERSION 0.5.0 LANGUAGES CXX )
2+ project (jsonschema VERSION 0.5.1 LANGUAGES CXX )
33list (APPEND CMAKE_MODULE_PATH "${PROJECT_SOURCE_DIR} /cmake" )
44include (vendor/noa/cmake/noa.cmake )
55
Original file line number Diff line number Diff line change @@ -28,6 +28,8 @@ git checkout main
2828vim CMakeLists.txt
2929# Update the version in action.yml
3030vim action.yml
31+ # Update the version in the GitHub Actions example
32+ vim README.markdown
3133
3234git add CMakeLists.txt action.yml
3335git commit -m " vX.Y.Z"
Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ brew install intelligence-ai/apps/jsonschema
5656Where ` X.Y.Z` is replaced with the desired version. For example:
5757
5858` ` ` yaml
59- - uses: intelligence-ai/jsonschema@v0.1 .1
59+ - uses: intelligence-ai/jsonschema@v0.5 .1
6060# Then use as usual
6161- run: jsonschema fmt path/to/schemas --check
6262` ` `
Original file line number Diff line number Diff line change 1010 --output "${GITHUB_WORKSPACE}/install.sh" \
1111 "https://raw.githubusercontent.com/intelligence-ai/jsonschema/main/install"
1212 chmod +x "${GITHUB_WORKSPACE}/install.sh"
13- "${GITHUB_WORKSPACE}/install.sh" 0.5.0
13+ "${GITHUB_WORKSPACE}/install.sh" 0.5.1
1414 rm "${GITHUB_WORKSPACE}/install.sh"
You can’t perform that action at this time.
0 commit comments