Skip to content
This repository has been archived by the owner on Sep 16, 2023. It is now read-only.

Commit

Permalink
chore: fix build templates (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation authored and chingor13 committed Oct 15, 2019
1 parent 54a6d2d commit 7e822a6
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/bug_report.md
Expand Up @@ -10,7 +10,7 @@ Thanks for stopping by to let us know something could be better!

Please run down the following list and make sure you've tried the usual "quick fixes":

- Search the issues already opened: https://github.com/googleapis/datacatalog/issues
- Search the issues already opened: https://github.com/googleapis/java-datacatalog/issues
- Check for answers on StackOverflow: http://stackoverflow.com/questions/tagged/google-cloud-platform

If you are still having issues, please include as much information as possible:
Expand Down Expand Up @@ -48,4 +48,4 @@ Any relevant stacktrace here.

Following these steps guarantees the quickest resolution possible.

Thanks!
Thanks!
2 changes: 1 addition & 1 deletion .github/release-please.yml
@@ -1 +1 @@

releaseType: java-yoshi
5 changes: 4 additions & 1 deletion .kokoro/release/snapshot.sh
Expand Up @@ -19,6 +19,9 @@ source $(dirname "$0")/common.sh
MAVEN_SETTINGS_FILE=$(realpath $(dirname "$0")/../../)/settings.xml
pushd $(dirname "$0")/../../

# ensure we're trying to push a snapshot (no-result returns non-zero exit code)
grep SNAPSHOT versions.txt

setup_environment_secrets
create_settings_xml_file "settings.xml"

Expand All @@ -27,4 +30,4 @@ mvn clean install deploy -B \
-DperformRelease=true \
-Dgpg.executable=gpg \
-Dgpg.passphrase=${GPG_PASSPHRASE} \
-Dgpg.homedir=${GPG_HOMEDIR}
-Dgpg.homedir=${GPG_HOMEDIR}
2 changes: 1 addition & 1 deletion renovate.json
Expand Up @@ -6,7 +6,7 @@
"packageRules": [
{
"managers": ["maven"],
"packageNames": ["com.google.guava:guava"],
"packageNames": ["com.google.guava:guava*"],
"versionScheme": "docker"
},
{
Expand Down
6 changes: 3 additions & 3 deletions synth.metadata
@@ -1,5 +1,5 @@
{
"updateTime": "2019-10-14T21:35:37.799750Z",
"updateTime": "2019-10-15T08:03:20.754587Z",
"sources": [
{
"generator": {
Expand All @@ -12,8 +12,8 @@
"git": {
"name": "googleapis",
"remote": "https://github.com/googleapis/googleapis.git",
"sha": "304d00375de19c847a730bfd7f077e523a1abba9",
"internalRef": "274635746"
"sha": "82e14b22669d5748d7a0922634159794ce0bf796",
"internalRef": "274692507"
}
},
{
Expand Down

0 comments on commit 7e822a6

Please sign in to comment.