Skip to content

Commit

Permalink
build(release-please): sentence case CHANGELOG (#6611)
Browse files Browse the repository at this point in the history
  • Loading branch information
bcoe committed Sep 6, 2022
1 parent ab44380 commit 97aafa4
Show file tree
Hide file tree
Showing 13 changed files with 26 additions and 13 deletions.
3 changes: 2 additions & 1 deletion bigquery/release-please-config.json
Expand Up @@ -7,5 +7,6 @@
"bigquery": {
"component": "bigquery"
}
}
},
"plugins": ["sentence-case"]
}
3 changes: 2 additions & 1 deletion bigtable/release-please-config.json
Expand Up @@ -7,5 +7,6 @@
"bigtable": {
"component": "bigtable"
}
}
},
"plugins": ["sentence-case"]
}
3 changes: 2 additions & 1 deletion datastore/release-please-config.json
Expand Up @@ -7,5 +7,6 @@
"datastore": {
"component": "datastore"
}
}
},
"plugins": ["sentence-case"]
}
3 changes: 2 additions & 1 deletion errorreporting/release-please-config.json
Expand Up @@ -7,5 +7,6 @@
"errorreporting": {
"component": "errorreporting"
}
}
},
"plugins": ["sentence-case"]
}
3 changes: 2 additions & 1 deletion firestore/release-please-config.json
Expand Up @@ -7,5 +7,6 @@
"firestore": {
"component": "firestore"
}
}
},
"plugins": ["sentence-case"]
}
3 changes: 2 additions & 1 deletion logging/release-please-config.json
Expand Up @@ -7,5 +7,6 @@
"logging": {
"component": "logging"
}
}
},
"plugins": ["sentence-case"]
}
3 changes: 2 additions & 1 deletion profiler/release-please-config.json
Expand Up @@ -7,5 +7,6 @@
"profiler": {
"component": "profiler"
}
}
},
"plugins": ["sentence-case"]
}
3 changes: 2 additions & 1 deletion pubsub/release-please-config.json
Expand Up @@ -7,5 +7,6 @@
"pubsub": {
"component": "pubsub"
}
}
},
"plugins": ["sentence-case"]
}
3 changes: 2 additions & 1 deletion pubsublite/release-please-config.json
Expand Up @@ -7,5 +7,6 @@
"pubsublite": {
"component": "pubsublite"
}
}
},
"plugins": ["sentence-case"]
}
3 changes: 2 additions & 1 deletion release-please-config-yoshi-submodules.json
Expand Up @@ -330,5 +330,6 @@
"workflows": {
"component": "workflows"
}
}
},
"plugins": ["sentence-case"]
}
3 changes: 2 additions & 1 deletion release-please-config.json
Expand Up @@ -6,5 +6,6 @@
".": {
"component": "main"
}
}
},
"plugins": ["sentence-case"]
}
3 changes: 2 additions & 1 deletion spanner/release-please-config.json
Expand Up @@ -7,5 +7,6 @@
"spanner": {
"component": "spanner"
}
}
},
"plugins": ["sentence-case"]
}
3 changes: 2 additions & 1 deletion storage/release-please-config.json
Expand Up @@ -7,5 +7,6 @@
"storage": {
"component": "storage"
}
}
},
"plugins": ["sentence-case"]
}

0 comments on commit 97aafa4

Please sign in to comment.