Skip to content
This repository was archived by the owner on Dec 16, 2021. It is now read-only.

Commit c51f946

Browse files
author
Florian Rey
committed
[All] Introduce auto release
1 parent e49da42 commit c51f946

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.travis.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
language: generic
22

3+
branches:
4+
only:
5+
- master
6+
37
services:
48
- docker
59

@@ -15,6 +19,13 @@ script:
1519
- make lint
1620
- make test
1721

22+
jobs:
23+
include:
24+
- stage: release
25+
script:
26+
- gem install chandler -v 0.7.0
27+
- chandler push `perl -lne '/^## \[(?!Unreleased)([\w.-]+)\] - [\w-]+$/ && print $1;' CHANGELOG.md | head -1`
28+
1829
notifications:
1930
webhooks:
2031
urls:

0 commit comments

Comments
 (0)