From b635110ab061292408985811d82867db49df5f9c Mon Sep 17 00:00:00 2001 From: Kimmo Saari Date: Tue, 23 Apr 2019 14:38:41 +0300 Subject: [PATCH] Pipeline fix --- .gitlab-ci.yml | 1 + CHANGELOG.md | 4 ++++ package.json | 2 +- 3 files changed, 6 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0be5f1c..b72a46d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -98,6 +98,7 @@ react app: - build only: - master + - release tag version: <<: *general diff --git a/CHANGELOG.md b/CHANGELOG.md index a3cb89c..e86eba2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.3.7] - 2019-04-23 +### Fixed +- CI/CD pipeline. + ## [0.3.6] - 2019-04-23 ### Fixed - CI/CD pipeline automatically creates new tag before release. diff --git a/package.json b/package.json index 5ea4ae4..3098ee2 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "0.3.6", + "version": "0.3.7", "name": "slothy", "description": "Changes your Slack status based on the SSID you're currently connected to.", "productName": "Slothy",