mirror of
https://github.com/rlespinasse/github-slug-action.git
synced 2026-09-18 16:43:10 +00:00
- Update v5-tests.yml to run on push to v5.x branch - Update v5-release.yml to publish releases from v5.x branch - Update .releaserc.json to target v5.x branch for semantic versioning - Corrects workflow configuration to match repository's actual default branch
9 lines
168 B
JSON
9 lines
168 B
JSON
{
|
|
"branches": ["v5.x"],
|
|
"plugins": [
|
|
"@semantic-release/commit-analyzer",
|
|
"@semantic-release/release-notes-generator",
|
|
"@semantic-release/github"
|
|
]
|
|
}
|