feature: added gitlab CI
Showing
.gitignore
0 → 100644
.gitlab-ci.yml
0 → 100644
package.json
0 → 100644
{ | ||
"name": "@startinblox/component-notifications", | ||
"version": "0.1.0", | ||
"description": "Notifications component for startinblox", | ||
"main": "sib-notifications.js", | ||
"repository": { | ||
"type": "git", | ||
"url": "git@git.happy-dev.fr:startinblox/framework/sib-notifications.git" | ||
}, | ||
"author": "startinblox", | ||
"license": "MIT", | ||
"release": { | ||
"branch": "master", | ||
"plugins": [ | ||
[ | ||
"@semantic-release/commit-analyzer", | ||
{ | ||
"preset": "angular", | ||
"releaseRules": [ | ||
{ | ||
"type": "major", | ||
"release": "major" | ||
}, | ||
{ | ||
"type": "minor", | ||
"release": "minor" | ||
}, | ||
{ | ||
"type": "/.*/", | ||
"release": "patch" | ||
} | ||
] | ||
} | ||
], | ||
"@semantic-release/release-notes-generator", | ||
"@semantic-release/gitlab", | ||
"@semantic-release/npm" | ||
] | ||
}, | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"dependencies": { | ||
"@startinblox/core": "^0.5.0" | ||
} | ||
} |
Please register or sign in to comment