From fd3d1c9b05aeaec6d31e37f990dcd028497c4c58 Mon Sep 17 00:00:00 2001 From: Scott Merchant Date: Thu, 24 Oct 2024 09:26:55 +0200 Subject: [PATCH] Add trigger commit properties for product releases list (#759) ## What Adding trigger commit properties for the `cf product-release list ` command as they were requested for the Pismo PoC. https://codefresh-io.atlassian.net/browse/CR-25720 ## Why Requested for the Pismo PoC ## Notes --- Makefile | 2 +- cmd/commands/product-release.go | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 06d4c83b..3e4eaa23 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION=v0.1.66 +VERSION=v0.1.67 OUT_DIR=dist YEAR?=$(shell date +"%Y") diff --git a/cmd/commands/product-release.go b/cmd/commands/product-release.go index 80c6ed66..ca52e0a1 100644 --- a/cmd/commands/product-release.go +++ b/cmd/commands/product-release.go @@ -48,6 +48,14 @@ query getProductReleasesList( edges { node { releaseId + triggerCommit { + sha + committer + date + message + repoURL + revision + } steps { environmentName status