Skip to content

Commit

Permalink
feat: add update notifier
Browse files Browse the repository at this point in the history
  • Loading branch information
edosrecki committed Jan 31, 2022
1 parent dca046b commit 7be885c
Show file tree
Hide file tree
Showing 6 changed files with 1,132 additions and 51 deletions.
2 changes: 1 addition & 1 deletion .releaserc.json
Expand Up @@ -4,14 +4,14 @@
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
"@semantic-release/changelog",
"@semantic-release/npm",
"@semantic-release/git",
[
"@semantic-release/exec",
{
"publishCmd": "./tools/package-google-cloud-sql.sh ${nextRelease.version}"
}
],
"@semantic-release/npm",
[
"@semantic-release/github",
{
Expand Down
1 change: 0 additions & 1 deletion README.adoc
Expand Up @@ -101,5 +101,4 @@ To deploy a new version of `google-cloud-sql` app, manually run a https://github
== Todo
* Add snap for Linux
* Add completions
* https://www.npmjs.com/package/update-notifier[Notify user] when new version of the app is available
* Cache user's running pods, and alert user on next startup if they were not cleaned up on previous app exit.

0 comments on commit 7be885c

Please sign in to comment.