Skip to content

Commit e4eb185

Browse files
committed
chore: add release-please configuration and update workflow permissions
- Introduced a new release-please configuration file for changelog generation. - Updated PR check workflow to change permissions from read to write for contents. - Modified release workflow to reference the new release-please configuration file.
1 parent 162423e commit e4eb185

3 files changed

Lines changed: 5 additions & 1 deletion

File tree

.github/release-please-config.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"changelog-type": "github"
3+
}

.github/workflows/pr-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: PR Title Check
22
permissions:
3-
contents: read
3+
contents: write
44
pull-requests: write
55
issues: write
66
statuses: write

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,4 @@ jobs:
2121
# this is a built-in strategy in release-please, see "Action Inputs"
2222
# for more options
2323
release-type: node
24+
config-file: ./.github/release-please-config.json

0 commit comments

Comments
 (0)