1
0
mirror of https://github.com/SimonPistache/famfamfam-silk-svg.git synced 2025-06-07 17:54:19 +02:00
famfamfam-silk-svg/.releaserc.yml
Simon Priet dbeb8fd56e
fix(#215): Fix tabs in yml config for semantic release (#217)
* 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.
2025-03-13 16:27:04 +01:00

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