From 66c4d9fe7d3c56f214f6951efcdd9cb5faa88911 Mon Sep 17 00:00:00 2001 From: Imran Iqbal Date: Sat, 21 Dec 2019 17:22:22 +0000 Subject: [PATCH] ci(travis): use `major.minor` for `semantic-release` version * https://github.com/saltstack-formulas/bind-formula/issues/143#issuecomment-568197176 * Automated using https://github.com/myii/ssf-formula/pull/112 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 94db7a2..0e864f2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -124,4 +124,4 @@ jobs: # Deprecated `skip_cleanup` can now be avoided, `cleanup: false` is by default edge: true # Run `semantic-release` - script: 'npx semantic-release@15.13' + script: 'npx semantic-release@15.14'