mirror of
https://github.com/SimonPistache/famfamfam-silk-svg.git
synced 2025-06-07 17:54:19 +02:00
* ci(#215): Fix auto-release not triggered The Workflow file was using an invalid keyword "merged". The right keywork to use is "closed". * ci(#215): Fix tabs in yml config for semantic release The `.releaserc.yml` file was containing tabs and Semantic Release was unhappy about it.
9 lines
210 B
YAML
9 lines
210 B
YAML
plugins:
|
|
- "@semantic-release/commit-analyzer"
|
|
- "@semantic-release/release-notes-generator"
|
|
- "@semantic-release/changelog"
|
|
- "@semantic-release/git"
|
|
- "@semantic-release/github"
|
|
|
|
branches:
|
|
- main |