Skip to content

Commit d8de25f

Browse files
committed
Added target commitish field to releases section
1 parent a0c05cd commit d8de25f

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

[email protected]/lib/status_bar_indicator.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -940,11 +940,14 @@ export class StatusBarIndicator extends PanelMenu.Button {
940940
const publishedAt = e[`published_at`]
941941
const name = e[`name`]
942942
const labelText = `${DateFormatController.format(publishedAt)} - ${name})`
943+
const targetCommitish = e[`target_commitish`]
943944

944945
return {
945946
"iconName": `folder-visiting-symbolic`,
946947
"text": labelText.slice(0, textLengthLimiter),
947948
"callback": () => openUrl(e[`html_url`]),
949+
"endButtonText": targetCommitish,
950+
"endButtonCallback": () => { },
948951
}
949952
}
950953

[email protected]/lib/version.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const VERSION = `3.22.0`
1+
export const VERSION = `3.23.0`

0 commit comments

Comments
 (0)