Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(travis): use major.minor for semantic-release version
Browse files Browse the repository at this point in the history
myii committed Dec 21, 2019
1 parent 466158a commit fede806
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -71,4 +71,4 @@ jobs:
# Deprecated `skip_cleanup` can now be avoided, `cleanup: false` is by default
edge: true
# Run `semantic-release`
script: 'npx semantic-release@15'
script: 'npx semantic-release@15.14'
4 changes: 2 additions & 2 deletions ssf/defaults.yaml
Original file line number Diff line number Diff line change
@@ -22,8 +22,8 @@ ssf_node_anchors:
# An alternative method could be to use:
# `git describe --abbrev=0 --tags`
# yamllint disable rule:line-length
title: 'ci(travis): condense jobs by using a multi-suite job'
body: '* Semi-automated using https://github.com/myii/ssf-formula/pull/111'
title: 'ci(travis): use `major.minor` for `semantic-release` version [skip ci]'
body: '* Automated using https://github.com/myii/ssf-formula/pull/112'
# yamllint enable rule:line-length
github:
owner: 'saltstack-formulas'
2 changes: 1 addition & 1 deletion ssf/files/default/.travis.yml
Original file line number Diff line number Diff line change
@@ -208,4 +208,4 @@ jobs:
# Deprecated `skip_cleanup` can now be avoided, `cleanup: false` is by default
edge: true
# Run `semantic-release`
script: 'npx semantic-release@15'
script: 'npx semantic-release@15.14'

0 comments on commit fede806

Please sign in to comment.