Skip to content

Commit

Permalink
fix!: rename organization to google-automations (#1789)
Browse files Browse the repository at this point in the history
We decided to rename the package organization to google-automations.
  • Loading branch information
Takashi Matsuo authored May 18, 2021
1 parent fde68cb commit 1b8540a
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"packages/bot-config-utils": "1.0.0",
"packages/datastore-lock": "1.0.0",
"packages/bot-config-utils": "0.1.0",
"packages/datastore-lock": "0.1.0",
"packages/gcf-utils": "7.2.2",
"packages/mono-repo-publish": "1.1.2",
"packages/release-brancher": "1.1.2"
Expand Down
4 changes: 2 additions & 2 deletions packages/bot-config-utils/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/bot-config-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@github-automations/bot-config-utils",
"version": "1.0.0",
"name": "@google-automations/bot-config-utils",
"version": "0.1.0",
"description": "Utilities for github bot config",
"scripts": {
"compile": "tsc -p .",
Expand Down
4 changes: 2 additions & 2 deletions packages/datastore-lock/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/datastore-lock/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@github-automations/datastore-lock",
"version": "1.0.0",
"name": "@google-automations/datastore-lock",
"version": "0.1.0",
"description": "Distributed lock backed by Google Cloud Datastore",
"scripts": {
"compile": "tsc -p .",
Expand Down

0 comments on commit 1b8540a

Please sign in to comment.