File tree Expand file tree Collapse file tree 4 files changed +6756
-514
lines changed Expand file tree Collapse file tree 4 files changed +6756
-514
lines changed Original file line number Diff line number Diff line change 1
1
language : node_js
2
- node_js :
2
+ node_js :
3
3
- " stable"
4
- cache :
5
- directories :
6
- - " node_modules"
4
+ jobs :
5
+ include :
6
+ # Define the release stage that runs semantic-release
7
+ - stage : release
8
+ node_js : lts/*
9
+ # Advanced: optionally overwrite your default `script` step to skip the tests
10
+ # script: skip
11
+ deploy :
12
+ provider : script
13
+ skip_cleanup : true
14
+ script :
15
+ - npx semantic-release
Original file line number Diff line number Diff line change
1
+ [ ![ semantic-release] ( https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg )] ( https://github.com/semantic-release/semantic-release )
2
+ [ ![ Build Status] ( https://travis-ci.org/amclin/advent-of-code.svg?branch=master )] ( https://travis-ci.org/amclin/advent-of-code )
You can’t perform that action at this time.
0 commit comments