mirror of
https://github.com/lilydjwg/nvchecker.git
synced 2025-03-10 06:14:02 +00:00
aa
This commit is contained in:
parent
729cde3625
commit
0e8e68a5fb
1 changed files with 5 additions and 8 deletions
|
@ -137,16 +137,13 @@ query {
|
|||
}
|
||||
}
|
||||
# All tags
|
||||
refs(refPrefix: "refs/tags/", first: 1, orderBy: {
|
||||
field: TAG_COMMIT_DATE,
|
||||
direction: DESC})
|
||||
{
|
||||
refs(refPrefix: "refs/tags/", first: 1, orderBy: {field: TAG_COMMIT_DATE, direction: DESC}) {
|
||||
edges {
|
||||
node {
|
||||
name
|
||||
name
|
||||
target {
|
||||
... on Commit {
|
||||
oid
|
||||
oid
|
||||
... on Commit {
|
||||
url
|
||||
}
|
||||
}
|
||||
|
@ -159,7 +156,7 @@ releases(first: 100, orderBy: { field: CREATED_AT, direction: DESC }) {
|
|||
edges {
|
||||
node {
|
||||
name
|
||||
url
|
||||
url
|
||||
tagName
|
||||
isPrerelease
|
||||
isLatest
|
||||
|
|
Loading…
Add table
Reference in a new issue