1
0
Fork 0
mirror of https://github.com/hadolint/hadolint-action.git synced 2024-08-16 10:09:53 +02:00

fix: add missing releaserc file

This commit is contained in:
Bruno Paz 2019-10-02 22:03:48 +01:00
parent dfc8504999
commit 7bb745041c

8
.releaserc Normal file
View file

@ -0,0 +1,8 @@
{
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
"@semantic-release/git",
"@semantic-release/github"
]
}