mirror of
https://github.com/aws-actions/configure-aws-credentials.git
synced 2026-09-03 06:05:04 +09:00
chore: exclude dist and github from release-processing (#1447)
This commit is contained in:
@@ -6,7 +6,8 @@
|
|||||||
"bump-minor-pre-major": false,
|
"bump-minor-pre-major": false,
|
||||||
"bump-patch-for-minor-pre-major": false,
|
"bump-patch-for-minor-pre-major": false,
|
||||||
"draft": false,
|
"draft": false,
|
||||||
"prerelease": false
|
"prerelease": false,
|
||||||
|
"exclude-paths": [".github", "dist"]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json"
|
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json"
|
||||||
|
|||||||
Reference in New Issue
Block a user