From d93780870f1411d8e80b57f35f448759fe93284c Mon Sep 17 00:00:00 2001 From: Christopher Cortes Date: Thu, 31 Oct 2019 15:09:43 +0100 Subject: [PATCH 1/2] fix(release): add 'rc' branches in .travis.yml to make Travis trigger release builds also in those --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 1563254..37fe292 100644 --- a/.travis.yml +++ b/.travis.yml @@ -37,7 +37,7 @@ env: branches: only: - master - - /^\d+\.\d+\.\d(-alpha\.\d+|-beta\.\d+)?$/ + - /^\d+\.\d+\.\d(-alpha\.\d+|-beta\.\d+|-rc\.\d+)?$/ cache: directories: From 0ebd65c42ee63de2ab8aa6c858c9c60588173523 Mon Sep 17 00:00:00 2001 From: Christopher Cortes Date: Thu, 31 Oct 2019 15:53:15 +0100 Subject: [PATCH 2/2] chore(release): remove 'nightlyVersion' from package.json since nightly builds are not enabled for ngx-form-errors --- package.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/package.json b/package.json index 278e24c..b61e294 100644 --- a/package.json +++ b/package.json @@ -143,7 +143,6 @@ "config": { "commitizen": { "path": "node_modules/cz-customizable" - }, - "nightlyVersion": "1.0.0-rc.1" + } } }