Skip to content

Commit be8f3bf

Browse files
add relase action
1 parent 2a41ec0 commit be8f3bf

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

.github/pull_request_template.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Otherwise, feel free to remove this section.
1515
#### What is the motivation for this change?
1616

1717
<!--
18-
Remove this section if there is an associated Jira ticket explaining the motiviation for this change. If there is not, please fill this section out with
18+
Remove this section if there is an associated Jira ticket explaining the motivation for this change. If there is not, please fill this section out with
1919
information explaining why this change is valuable.
2020
-->
2121

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs:
9999
with:
100100
ignore_install_scripts: true
101101

102-
- run: npm publish --provenance --tag alpha
102+
- run: npm publish --provenance --tag latest
103103
if: ${{ needs.release_please.outputs.release_created }}
104104
env:
105105
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

release-please-config.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,7 @@
88
"bump-minor-pre-major": false,
99
"bump-patch-for-minor-pre-major": false,
1010
"draft": false,
11-
"prerelease-type": "alpha",
12-
"prerelease": true,
13-
"versioning": "prerelease"
11+
"prerelease": false
1412
}
1513
},
1614
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json"

0 commit comments

Comments
 (0)