mirror of
https://github.com/bytecodealliance/wasm-micro-runtime.git
synced 2025-03-12 00:45:28 +00:00
Update messages/comments to refer the new place of the version definition (#2133)
This commit is contained in:
parent
2f879862ff
commit
dac86af2f2
2
.github/scripts/fetch_and_compare_version.py
vendored
2
.github/scripts/fetch_and_compare_version.py
vendored
|
@ -12,7 +12,7 @@ import sys
|
|||
|
||||
def fetch_version_from_code():
|
||||
"""
|
||||
search the semantic version definition in build-scripts/config_common.cmake
|
||||
search the semantic version definition in core/version.h
|
||||
"""
|
||||
major, minor, patch = "", "", ""
|
||||
with open("core/version.h", encoding="utf-8") as f:
|
||||
|
|
2
.github/workflows/create_tag.yml
vendored
2
.github/workflows/create_tag.yml
vendored
|
@ -52,7 +52,7 @@ jobs:
|
|||
#
|
||||
#
|
||||
if [[ -z ${new_ver} ]]; then
|
||||
echo "::error::please indicate the right semantic version in build-scripts/config_common.cmake"
|
||||
echo "::error::please indicate the right semantic version in core/version.h"
|
||||
echo "new_ver=''" >> "$GITHUB_OUTPUT"
|
||||
echo "new_tag=''" >> "$GITHUB_OUTPUT"
|
||||
exit 1
|
||||
|
|
Loading…
Reference in New Issue
Block a user