language: node_js cache: directories: - ~/.npm notifications: email: false node_js: - '10' - '8' script: - yarn - yarn run build after_success: - npx semantic-release branches: except: - /^v\d+\.\d+\.\d+$/