Skip to content

Commit 7be885c

Browse files
committed
feat: add update notifier
1 parent dca046b commit 7be885c

6 files changed

Lines changed: 1132 additions & 51 deletions

File tree

.releaserc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@
44
"@semantic-release/commit-analyzer",
55
"@semantic-release/release-notes-generator",
66
"@semantic-release/changelog",
7-
"@semantic-release/npm",
87
"@semantic-release/git",
98
[
109
"@semantic-release/exec",
1110
{
1211
"publishCmd": "./tools/package-google-cloud-sql.sh ${nextRelease.version}"
1312
}
1413
],
14+
"@semantic-release/npm",
1515
[
1616
"@semantic-release/github",
1717
{

README.adoc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,5 +101,4 @@ To deploy a new version of `google-cloud-sql` app, manually run a https://github
101101
== Todo
102102
* Add snap for Linux
103103
* Add completions
104-
* https://www.npmjs.com/package/update-notifier[Notify user] when new version of the app is available
105104
* Cache user's running pods, and alert user on next startup if they were not cleaned up on previous app exit.

0 commit comments

Comments
 (0)