From fede806110b4bdd8d2c3e0e283423e215aa33903 Mon Sep 17 00:00:00 2001 From: Imran Iqbal Date: Sat, 21 Dec 2019 17:54:05 +0000 Subject: [PATCH] feat(travis): use `major.minor` for `semantic-release` version * https://github.com/saltstack-formulas/bind-formula/issues/143#issuecomment-568197176 * https://travis-ci.com/saltstack-formulas/bind-formula/jobs/269513751#L266-L267 - `15.4.0` being used instead of newly release `15.14.0` --- .travis.yml | 2 +- ssf/defaults.yaml | 4 ++-- ssf/files/default/.travis.yml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index b2f03507..d0373bc0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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' diff --git a/ssf/defaults.yaml b/ssf/defaults.yaml index 66a9b9aa..8c86007b 100644 --- a/ssf/defaults.yaml +++ b/ssf/defaults.yaml @@ -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' diff --git a/ssf/files/default/.travis.yml b/ssf/files/default/.travis.yml index d975abe9..b537f2ab 100644 --- a/ssf/files/default/.travis.yml +++ b/ssf/files/default/.travis.yml @@ -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'