From 140eb9fc0a96f3c2c2310d4e7785e0e2e4ad250c Mon Sep 17 00:00:00 2001 From: Volodymyr Onofriychuk Date: Wed, 19 Nov 2025 19:10:45 +0200 Subject: [PATCH 1/5] Dummy change for the go label --- cmd/templates/cmd.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/templates/cmd.go b/cmd/templates/cmd.go index ada5f998..6af33392 100644 --- a/cmd/templates/cmd.go +++ b/cmd/templates/cmd.go @@ -19,7 +19,7 @@ func Cmd() *cobra.Command { cmd := &cobra.Command{ Use: "templates", GroupID: "core", - Short: "📚 DataRobot application templates commands", + Short: "📚 DataRobot apsplication templates commands", Long: `Application templates commands for ` + version.AppName + `. Manage DataRobot AI application templates: From 52b1797c89fbae499fa428acf094dedb7edcbd04 Mon Sep 17 00:00:00 2001 From: Volodymyr Onofriychuk Date: Wed, 19 Nov 2025 19:20:16 +0200 Subject: [PATCH 2/5] One more dummy change --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b528d8fb..33371874 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,8 +7,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). ## Added -- TBU +- TBA ## Changed -- TBU \ No newline at end of file +- TBU From 5983bc79c9a50b3867eb8ac56aa3974d554bd3fb Mon Sep 17 00:00:00 2001 From: Yuriy Hrytsyuk Date: Fri, 21 Nov 2025 13:43:14 +0200 Subject: [PATCH 3/5] Apply suggestion from @yuriyhrytsyuk --- cmd/templates/cmd.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/templates/cmd.go b/cmd/templates/cmd.go index 6af33392..ada5f998 100644 --- a/cmd/templates/cmd.go +++ b/cmd/templates/cmd.go @@ -19,7 +19,7 @@ func Cmd() *cobra.Command { cmd := &cobra.Command{ Use: "templates", GroupID: "core", - Short: "📚 DataRobot apsplication templates commands", + Short: "📚 DataRobot application templates commands", Long: `Application templates commands for ` + version.AppName + `. Manage DataRobot AI application templates: From e3f3db51a0051292c31e26c06a5c654a054e42f5 Mon Sep 17 00:00:00 2001 From: Volodymyr Onofriychuk Date: Fri, 21 Nov 2025 13:58:01 +0200 Subject: [PATCH 4/5] Dummy commit --- cmd/start/cmd.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/start/cmd.go b/cmd/start/cmd.go index af2bf7ec..f409097b 100644 --- a/cmd/start/cmd.go +++ b/cmd/start/cmd.go @@ -30,7 +30,7 @@ func Cmd() *cobra.Command { Use: "start", Aliases: []string{"quickstart"}, GroupID: "core", - Short: "🚀 Run the application quickstart process", + Short: "🚀 Run the application quickstaart process", Long: `Run the application quickstart process for the current template. The following actions will be performed: - Checking for prerequisite tooling From 0ed001bce3458d92975ccc27f40f46307a48e892 Mon Sep 17 00:00:00 2001 From: Volodymyr Onofriychuk Date: Fri, 21 Nov 2025 18:47:31 +0200 Subject: [PATCH 5/5] Revert things that not to be changed... --- CHANGELOG.md | 2 +- cmd/start/cmd.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 33371874..99fe7b14 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). ## Added -- TBA +- TBU ## Changed diff --git a/cmd/start/cmd.go b/cmd/start/cmd.go index f409097b..af2bf7ec 100644 --- a/cmd/start/cmd.go +++ b/cmd/start/cmd.go @@ -30,7 +30,7 @@ func Cmd() *cobra.Command { Use: "start", Aliases: []string{"quickstart"}, GroupID: "core", - Short: "🚀 Run the application quickstaart process", + Short: "🚀 Run the application quickstart process", Long: `Run the application quickstart process for the current template. The following actions will be performed: - Checking for prerequisite tooling