Skip to content

Commit

Permalink
Add trigger commit properties for product releases list (#759)
Browse files Browse the repository at this point in the history
## 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 -->
  • Loading branch information
scme0 authored Oct 24, 2024
1 parent c9bb31c commit fd3d1c9
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION=v0.1.66
VERSION=v0.1.67

OUT_DIR=dist
YEAR?=$(shell date +"%Y")
Expand Down
8 changes: 8 additions & 0 deletions cmd/commands/product-release.go
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,14 @@ query getProductReleasesList(
edges {
node {
releaseId
triggerCommit {
sha
committer
date
message
repoURL
revision
}
steps {
environmentName
status
Expand Down

0 comments on commit fd3d1c9

Please sign in to comment.