mirror of
https://github.com/SimonPistache/famfamfam-silk-svg.git
synced 2025-06-08 01:54:20 +02:00
The Workflow file was using an invalid keyword `merged`. The right keyword to use is `closed`.
9 lines
209 B
YAML
9 lines
209 B
YAML
plugins:
|
|
- "@semantic-release/commit-analyzer"
|
|
- "@semantic-release/release-notes-generator"
|
|
- "@semantic-release/changelog"
|
|
- "@semantic-release/git"
|
|
- "@semantic-release/github"
|
|
|
|
branches:
|
|
- main |