Skip to content

Commit be976d4

Browse files
committed
chore: postinstall for dependabot template-oss PR
1 parent 6a6e528 commit be976d4

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.commitlintrc.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ module.exports = {
55
rules: {
66
'type-enum': [2, 'always', ['feat', 'fix', 'docs', 'deps', 'chore']],
77
'header-max-length': [2, 'always', 80],
8-
'subject-case': [0, 'always', ['lower-case', 'sentence-case', 'start-case']],
8+
'subject-case': [0],
9+
'body-max-line-length': [0],
910
},
1011
}

.github/workflows/release-integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
fi
5555
}
5656
57-
for release in $(echo '${{ inputs.releases }}' | jq -r '.[] | @base64'); do
57+
for release in $(echo $RELEASES | jq -r '.[] | @base64'); do
5858
SPEC="$(echo "$release" | base64 --decode | jq -r .pkgName)@$(echo "$release" | base64 --decode | jq -r .version)"
5959
STATUS=$(each_release "$SPEC")
6060
if [[ "$STATUS" -eq 1 ]]; then

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
},
4949
"templateOSS": {
5050
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
51-
"version": "4.21.3"
51+
"version": "4.21.4"
5252
},
5353
"tap": {
5454
"nyc-arg": [

0 commit comments

Comments
 (0)