Skip to content

Commit

Permalink
Add travis configuration file. This will run gren when a tag is
Browse files Browse the repository at this point in the history
pushed to auto generates release notes
  • Loading branch information
jesusvasquez333 committed Mar 20, 2020
1 parent 5f93588 commit 97ff069
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
os: linux

dist: bionic

language: node_js

node_js:
- 8

stages:
- name: generate_release_notes
if: tag IS present

jobs:
include:
- stage: generate_release_notes
name: "Generate Release Notes"
before_script:
- npm install github-release-notes -g
script:
- gren release

0 comments on commit 97ff069

Please sign in to comment.