Skip to content
Snippets Groups Projects
Commit a2769b5c authored by Gin Derick Magno's avatar Gin Derick Magno
Browse files

Merge branch 'koda-chm-core-dev' into 'koda-chm-core-stg'

Merge chm-core-dev to chm-core-stg

See merge request !1
parents dd0d91b5 5db956a4
No related branches found
Tags koda.chm.core.stg-2023.06.27-1.0.3
1 merge request!1Merge chm-core-dev to chm-core-stg
Pipeline #53750 passed with stages
in 1 minute and 3 seconds
# Define the version number
VERSION := 1.0.0
# Default target
all: build
# Build target
build:
@echo "Building version $(VERSION)"
# Add your build commands here
# Target to update the version
set-version:
@read -p "Enter new version number: " new_version; \
sed -i 's/VERSION := $(VERSION)/VERSION := $$new_version/' Makefile; \
echo "Version updated to $$new_version"
.PHONY: all build set-version
koda.chm.core-2023.27-1.0.0koda.chm.core-2023.06.27-1.0.1
koda.chm.core-2023.06.27-1.0.2
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment