Skip to content

Commit e155366

Browse files
committed
Read publisher and publisherUrl on deploy
1 parent 3ac1a5a commit e155366

21 files changed

Lines changed: 140 additions & 5 deletions

File tree

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@plotday/twister": patch
3+
---
4+
5+
Fixed: `plot deploy` now reads `publisher` and `publisherUrl` from package.json to auto-resolve the publisher for non-personal deployments, and fails with exit code 1 in non-interactive environments instead of silently succeeding.

connectors/asana/package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
"displayName": "Asana",
55
"description": "Tasks from Asana",
66
"logoUrl": "https://api.iconify.design/logos/asana.svg",
7+
"publisher": "Plot",
8+
"publisherUrl": "https://plot.day",
79
"author": "Plot <team@plot.day> (https://plot.day)",
810
"license": "MIT",
911
"version": "0.7.1",

connectors/fellow/package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
"name": "@plotday/connector-fellow",
33
"displayName": "Fellow",
44
"description": "Sync Fellow meeting notes and action items",
5+
"publisher": "Plot",
6+
"publisherUrl": "https://plot.day",
57
"author": "Plot <team@plot.day> (https://plot.day)",
68
"license": "MIT",
79
"version": "0.1.0",

connectors/github/package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
"description": "Pull requests, issues, and code reviews",
66
"logoUrl": "https://api.iconify.design/logos/github-icon.svg",
77
"logoUrlDark": "https://api.iconify.design/simple-icons/github.svg?color=%23ffffff",
8+
"publisher": "Plot",
9+
"publisherUrl": "https://plot.day",
810
"author": "Plot <team@plot.day> (https://plot.day)",
911
"license": "MIT",
1012
"version": "0.1.0",

connectors/gmail/package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
"displayName": "Gmail",
55
"description": "Email threads from Gmail",
66
"logoUrl": "https://api.iconify.design/logos/google-gmail.svg",
7+
"publisher": "Plot",
8+
"publisherUrl": "https://plot.day",
79
"author": "Plot <team@plot.day> (https://plot.day)",
810
"license": "MIT",
911
"version": "0.9.1",

connectors/google-calendar/package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
"displayName": "Google Calendar",
55
"description": "Events from Google Calendar",
66
"logoUrl": "https://api.iconify.design/logos/google-calendar.svg",
7+
"publisher": "Plot",
8+
"publisherUrl": "https://plot.day",
79
"author": "Plot <team@plot.day> (https://plot.day)",
810
"license": "MIT",
911
"version": "0.14.1",

connectors/google-chat/package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
"displayName": "Google Chat",
44
"description": "Messages from Google Chat spaces",
55
"logoUrl": "https://api.iconify.design/logos/google-chat.svg",
6+
"publisher": "Plot",
7+
"publisherUrl": "https://plot.day",
68
"author": "Plot <team@plot.day> (https://plot.day)",
79
"license": "MIT",
810
"version": "0.1.0",

connectors/google-contacts/package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
"displayName": "Google Contacts",
55
"description": "Contacts from Google",
66
"logoUrl": "https://api.iconify.design/logos/google-contacts.svg",
7+
"publisher": "Plot",
8+
"publisherUrl": "https://plot.day",
79
"author": "Plot <team@plot.day> (https://plot.day)",
810
"license": "MIT",
911
"version": "0.6.1",

connectors/google-drive/package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
"displayName": "Google Drive",
55
"description": "Comment threads from your Google Docs",
66
"logoUrl": "https://api.iconify.design/logos/google-drive.svg",
7+
"publisher": "Plot",
8+
"publisherUrl": "https://plot.day",
79
"author": "Plot <team@plot.day> (https://plot.day)",
810
"license": "MIT",
911
"version": "0.2.2",

connectors/google-tasks/package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
"displayName": "Google Tasks",
44
"description": "Tasks from Google Tasks",
55
"logoUrl": "https://api.iconify.design/logos/google-tasks.svg",
6+
"publisher": "Plot",
7+
"publisherUrl": "https://plot.day",
68
"author": "Plot <team@plot.day> (https://plot.day)",
79
"license": "MIT",
810
"version": "0.1.0",

0 commit comments

Comments
 (0)