From 048ad96fb10c67e6acf922c6f1579d59ca4652c1 Mon Sep 17 00:00:00 2001 From: hoonoh Date: Tue, 29 Oct 2019 20:01:18 +0900 Subject: [PATCH] Misc fix (#19) * fix: fix latest tag release routine * chore: change release commit message * docs: update npm badge --- .azure-pipelines.yml | 3 +++ README.md | 4 +++- package.json | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/.azure-pipelines.yml b/.azure-pipelines.yml index a282ad52..781f133d 100644 --- a/.azure-pipelines.yml +++ b/.azure-pipelines.yml @@ -11,6 +11,9 @@ jobs: condition: eq(variables['Build.SourceBranch'], 'refs/tags/latest') pool: vmImage: ubuntu-16.04 + matrix: + node_10_x: + node_version: 10.x steps: - template: .azure-pipelines-steps.yml - bash: | diff --git a/README.md b/README.md index ece11069..16d29df0 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ # aws-spot-price -[![npm](https://img.shields.io/npm/v/aws-spot-price)](https://www.npmjs.com/package/aws-spot-price) +[![npm:latest](https://img.shields.io/npm/v/aws-spot-price/latest)](https://www.npmjs.com/package/aws-spot-price) +[![npm:next](https://img.shields.io/npm/v/aws-spot-price/next)](https://www.npmjs.com/package/aws-spot-price/v/next) + [![Build Status](https://dev.azure.com/aws-spot-price/aws-spot-price/_apis/build/status/hoonoh.aws-spot-price?branchName=master)](https://dev.azure.com/aws-spot-price/aws-spot-price/_build/latest?definitionId=1&branchName=master) [![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=hoonoh_aws-spot-price&metric=alert_status)](https://sonarcloud.io/dashboard?id=hoonoh_aws-spot-price) [![Coverage](https://sonarcloud.io/api/project_badges/measure?project=hoonoh_aws-spot-price&metric=coverage)](https://sonarcloud.io/component_measures?id=hoonoh_aws-spot-price&metric=coverage&view=list) diff --git a/package.json b/package.json index 83923602..2d582513 100644 --- a/package.json +++ b/package.json @@ -85,7 +85,7 @@ "package.json", "CHANGELOG.md" ], - "message": "chore(next): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}" + "message": "chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}" } ] ]