From 101597ca2457d89b3e92b6b6b81183770d36a9bc Mon Sep 17 00:00:00 2001 From: Shubho Banerjee Date: Wed, 22 Jan 2025 18:58:24 +0530 Subject: [PATCH 1/2] change in manual --- lib/constants.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/constants.js b/lib/constants.js index 835fb95..9f94858 100644 --- a/lib/constants.js +++ b/lib/constants.js @@ -15,6 +15,7 @@ ${font.bold} OPTIONS ${font.bold} -h | --help ${font.reset}get detailed usage information ${font.bold} -v | --version ${font.reset}get version of the package ${font.bold} --repository ${font.reset}repository to push the images to + ${font.bold} --modules ${font.reset}list the modules image has to be built for ${font.bold} EXAMPLES${font.reset} ctz build.yaml @@ -22,6 +23,8 @@ ${font.bold} EXAMPLES${font.reset} ctz build.yaml -l ctz build.yaml --push ctz build.yaml -p --log + ctz build.yaml --modules=mod1,mod2 + ctz build.yaml --repository=docker.io/username ` const native_commands = { From 0c604b134e60dc8861d5aa8990db68ab25c2a637 Mon Sep 17 00:00:00 2001 From: Shubho Banerjee Date: Tue, 28 Jan 2025 09:17:35 +0530 Subject: [PATCH 2/2] release changes --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 323fa2d..385829e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. +## Version 0.2.6 - 2025-01-28 + +### Fixed + +- Updated the cli manual + ## Version 0.2.5 - 2024-11-22 ### Added diff --git a/package.json b/package.json index 924b872..0872da3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ctz", - "version": "0.2.5", + "version": "0.2.6", "description": "Build tool to containerize cloud applications", "homepage": "https://github.com/SAP/ctz", "keywords": [