Merge pull request #138 from Flow-Works/fix/semantic-release-configuration

chore: added `@semantic-release/npm` in `.releaserc`
This commit is contained in:
ThinLiquid 2024-01-17 17:32:44 +00:00 committed by GitHub
commit 3110f17ff6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -3,6 +3,7 @@
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
"@semantic-release/npm",
"@semantic-release/github"
]
}