mirror of
https://github.com/aws-actions/configure-aws-credentials.git
synced 2026-03-15 09:20:58 -04:00
* clean dist * switch to esbuild * chore: Update dist * update script version for token file test * fix license workflow * chore: Update dist * re-add release-please * newlines --------- Co-authored-by: GitHub Actions <github-aws-sdk-osds-automation@amazon.com>
15 lines
388 B
JSON
15 lines
388 B
JSON
{
|
|
"packages": {
|
|
".": {
|
|
"changelog-path": "CHANGELOG.md",
|
|
"release-type": "node",
|
|
"bump-minor-pre-major": false,
|
|
"bump-patch-for-minor-pre-major": false,
|
|
"draft": false,
|
|
"prerelease": false,
|
|
"exclude-paths": [".github", "dist"]
|
|
}
|
|
},
|
|
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json"
|
|
}
|