Skip to content
This repository was archived by the owner on Apr 3, 2024. It is now read-only.

Commit d754435

Browse files
author
Benjamin E. Coe
authored
build: switch to releasing with GitHub bot (#758)
1 parent 31cb941 commit d754435

File tree

3 files changed

+1
-37
lines changed

3 files changed

+1
-37
lines changed

.github/release-please.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
releaseType: javascript

.kokoro/continuous/node10/test.cfg

Lines changed: 0 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -7,31 +7,3 @@ before_action {
77
}
88
}
99
}
10-
11-
# tokens used by release-please to keep an up-to-date release PR.
12-
before_action {
13-
fetch_keystore {
14-
keystore_resource {
15-
keystore_config_id: 73713
16-
keyname: "github-magic-proxy-key-release-please"
17-
}
18-
}
19-
}
20-
21-
before_action {
22-
fetch_keystore {
23-
keystore_resource {
24-
keystore_config_id: 73713
25-
keyname: "github-magic-proxy-token-release-please"
26-
}
27-
}
28-
}
29-
30-
before_action {
31-
fetch_keystore {
32-
keystore_resource {
33-
keystore_config_id: 73713
34-
keyname: "github-magic-proxy-url-release-please"
35-
}
36-
}
37-
}

.kokoro/test.sh

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,3 @@ if npx [email protected] --silent --node $COVERAGE_NODE; then
3535
else
3636
echo "coverage is only reported for Node $COVERAGE_NODE"
3737
fi
38-
39-
# if release-please keys set, we kick off a task to update the release-PR.
40-
if [ -f ${KOKORO_KEYSTORE_DIR}/73713_github-magic-proxy-url-release-please ]; then
41-
npx release-please release-pr --token=${KOKORO_KEYSTORE_DIR}/73713_github-magic-proxy-token-release-please \
42-
--repo-url=googleapis/cloud-debug-nodejs \
43-
--package-name=@google-cloud/debug-agent \
44-
--api-url=${KOKORO_KEYSTORE_DIR}/73713_github-magic-proxy-url-release-please \
45-
--proxy-key=${KOKORO_KEYSTORE_DIR}/73713_github-magic-proxy-key-release-please
46-
fi

0 commit comments

Comments
 (0)