Skip to content

Commit 9420386

Browse files
feat: add updateAt to product release query (#774)
## What <!-- What is changing in this PR? --> ## Why <!-- Why are these changes being made? --> ## Notes <!-- Add any additional notes here -->
1 parent dcc7ea8 commit 9420386

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-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.70
1+
VERSION=v0.1.71
22

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

cmd/commands/product-release.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,8 @@ query getProductReleasesList(
6969
}
7070
}
7171
status
72+
updatedAt
73+
createdAt
7274
}
7375
}
7476
}

0 commit comments

Comments
 (0)