Skip to content

Commit c7aed95

Browse files
ci: make release please use config
1 parent 84180fb commit c7aed95

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

.github/workflows/publish.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@ jobs:
1919
steps:
2020
- uses: google-github-actions/release-please-action@v4
2121
id: release
22-
with:
23-
release-type: node
2422

2523
publish:
2624
if: ${{ needs.release.outputs.release_created }}

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,3 +71,6 @@ typings/
7171
.next
7272

7373
*.tsbuildinfo
74+
75+
# lefthook local user file
76+
lefthook-local.yml

release-please-config.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json",
33
"bump-minor-pre-major": true,
44
"bump-patch-for-minor-pre-major": true,
5+
"bootstrap-sha": "0e75ce7c949dbb046b8e2bd3a4afeae6c4f09b60",
56
"packages": {
67
".": {
78
"release-type": "node"

0 commit comments

Comments
 (0)