2
0
mirror of https://github.com/tenrok/vue-select.git synced 2026-06-19 09:50:33 +03:00

ci(semantic-release): switch to github actions (#1076)

* ci: fix semantic release

* ci(semantic-release): add github workflows

* ci(semantic-release): run steps in one job

* ci: remove travis config

* ci: update coveralls and bundlewatch configs

* ci: fix test coverage, remove bundlewatch config

* ci: bump config

* ci: bump bundlewatch

* ci(semantic-release): bump release workflow
This commit is contained in:
Jeff Sagal
2020-03-01 15:42:30 -08:00
committed by GitHub
parent 4c469cb460
commit 33104b5380
4 changed files with 81 additions and 19 deletions
+15 -2
View File
@@ -105,13 +105,26 @@
"!**/node_modules/**"
],
"coverageReporters": [
"html",
"text-summary"
"text"
]
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"bundlewatch": {
"files": [
{
"path": "./dist/vue-select.js",
"compression": "none",
"maxSize": "21 KB"
},
{
"path": "./dist/vue-select.css",
"compression": "none",
"maxSize": "6 KB"
}
]
}
}