Skip to content
Snippets Groups Projects
Commit 9ca92d61 authored by Zandor Smith's avatar Zandor Smith :computer:
Browse files

chore: Add missing .releaserc.json

parent 5ab18656
No related branches found
No related tags found
No related merge requests found
Pipeline #138290 failed
......@@ -11,5 +11,6 @@ webpack.dev.config.js
.eslintrc
renovate.json
.gitlab-ci.yml
.releaserc.json
example.js
{
"branches": ["master"],
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
"@semantic-release/changelog",
"@semantic-release/gitlab",
"@semantic-release/npm",
[
"@semantic-release/git",
{
"assets": ["package.json", "CHANGELOG.md"],
"message": "chore(release): ${nextRelease.version}\n\n${nextRelease.notes}"
}
]
]
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment