Skip to content

Commit fd3d1c9

Browse files
authored
Add trigger commit properties for product releases list (#759)
## What Adding trigger commit properties for the `cf product-release list <product-name>` command as they were requested for the Pismo PoC. https://codefresh-io.atlassian.net/browse/CR-25720 ## Why Requested for the Pismo PoC ## Notes <!-- Add any additional notes here -->
1 parent c9bb31c commit fd3d1c9

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION=v0.1.66
1+
VERSION=v0.1.67
22

33
OUT_DIR=dist
44
YEAR?=$(shell date +"%Y")

cmd/commands/product-release.go

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,14 @@ query getProductReleasesList(
4848
edges {
4949
node {
5050
releaseId
51+
triggerCommit {
52+
sha
53+
committer
54+
date
55+
message
56+
repoURL
57+
revision
58+
}
5159
steps {
5260
environmentName
5361
status

0 commit comments

Comments
 (0)