feat(semantic-release): add semantic-release

This commit is contained in:
Nicolas Rodriguez
2019-08-28 02:44:10 +02:00
parent 198d1b08d3
commit 270d23ed23
12 changed files with 687 additions and 37 deletions
+16
View File
@@ -0,0 +1,16 @@
# -*- coding: utf-8 -*-
# vim: ft=yaml
---
# Extend the `default` configuration provided by `yamllint`
extends: default
# Files to ignore completely
# 1. All YAML files under directory `node_modules/`, introduced during the Travis run
ignore: |
node_modules/
rules:
line-length:
# Increase from default of `80`
# Based on https://github.com/PyCQA/flake8-bugbear#opinionated-warnings (`B950`)
max: 88