Skip to content

Commit

Permalink
chore: Release 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
iamareebjamal committed Mar 15, 2020
2 parents 1cb1f48 + 4a52224 commit 81d3e2c
Show file tree
Hide file tree
Showing 16 changed files with 8,948 additions and 10,344 deletions.
23 changes: 23 additions & 0 deletions .github/release-drafter.yml
@@ -0,0 +1,23 @@
name-template: Release v$NEXT_MINOR_VERSION 🌈
tag-template: v$NEXT_MINOR_VERSION
categories:
- title: 🚀 Features
label: feature
- title: 🐛 Bug Fixes
label: fix
- title: 🧰 Maintenance
label: chore
- title: 🕮 Documentation
label: docs
- title: ⚙ Dependencies and Libraries
label: dependencies
change-template: '- $TITLE (#$NUMBER) - @$AUTHOR'
template: |
## Changes
$CHANGES
## Contributors
Thanks a lot to our contributors for making this release possible:
$CONTRIBUTORS
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -50,3 +50,4 @@ configmap.yml.secret

.tool-versions
.env
.vscode
13 changes: 7 additions & 6 deletions .travis.yml
@@ -1,14 +1,14 @@
dist: xenial
language: node_js
node_js:
- 8.11.1
- 12

services:
- docker
- redis

env:
- TESTFOLDER=test/serverTest.js CXX=g++-4.8 PATH=$PATH:${HOME}/google-cloud-sdk/bin CLOUDSDK_CORE_DISABLE_PROMPTS=1
- TESTFOLDER=test/serverTest.js
- TESTFOLDER=test/roomsAndSpeakers.js
- TESTFOLDER=test/tracks.js
- TESTFOLDER=test/generatorAndSchedule.js
Expand All @@ -24,15 +24,16 @@ addons:
- ubuntu-toolchain-r-test
packages:
- g++-4.8
- chromium-chromedriver
# installing required items for build
install:
- npm install -g istanbul mocha@3
- npm install
- npm install --save-dev
- npm install -g yarn
- yarn global add nyc mocha
- yarn

# testing script
script:
- istanbul cover _mocha -- $TESTFOLDER
- nyc mocha --exit -- $TESTFOLDER

# notify codecov and deploy to cloud
after_success:
Expand Down

0 comments on commit 81d3e2c

Please sign in to comment.