68 lines
1.8 KiB
JSON
68 lines
1.8 KiB
JSON
{
|
|
"branches": [
|
|
"master",
|
|
"main"
|
|
],
|
|
"plugins": [
|
|
[
|
|
"@semantic-release/commit-analyzer",
|
|
{
|
|
"preset": "conventionalcommits"
|
|
}
|
|
],
|
|
[
|
|
"@semantic-release/release-notes-generator",
|
|
{
|
|
"preset": "conventionalcommits"
|
|
}
|
|
],
|
|
[
|
|
"@semantic-release/changelog",
|
|
{
|
|
"changelogFile": "CHANGELOG.md"
|
|
}
|
|
],
|
|
[
|
|
"@semantic-release/git",
|
|
{
|
|
"assets": "CHANGELOG.md"
|
|
}
|
|
],
|
|
[
|
|
"@semantic-release/github",
|
|
{
|
|
"path": "semantic-release",
|
|
"name": "timo-reymann/bash-tui-toolkit",
|
|
"assets": [
|
|
{
|
|
"path": "dist/bundle.sh",
|
|
"name": "bundle.bash",
|
|
"label": "Bundle > Full Library - containing all files"
|
|
},
|
|
{
|
|
"path": "dist/logging.sh",
|
|
"name": "logging.bash",
|
|
"label": "Component > Logging - Provide logging helpers for structured logging"
|
|
},
|
|
{
|
|
"path": "dist/prompts.sh",
|
|
"name": "prompts.bash",
|
|
"label": "Component > Logging - Inquirer.js inspired prompts"
|
|
},
|
|
{
|
|
"path": "dist/user_feedback.sh",
|
|
"name": "user-feedback.bash",
|
|
"label": "Component > User-Feedback - Provides useful colored outputs for user feedback on actions"
|
|
},
|
|
{
|
|
"path": "dist/platform_helpers.sh",
|
|
"name": "platform-helpers.bash",
|
|
"label": "Component > Platform-Helpers - Platform specific helpers"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
],
|
|
"tagFormat": "${version}"
|
|
}
|