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

Commit cd26503

Browse files
authored
Merge pull request #196 from manala/all/auto-release
[All] Introduce auto release
2 parents abc8a6e + a193f58 commit cd26503

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.travis.yml

+11
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)