Skip to content

Commit

Permalink
Misc fix (#19)
Browse files Browse the repository at this point in the history
* fix: fix latest tag release routine

* chore: change release commit message

* docs: update npm badge
  • Loading branch information
hoonoh authored Oct 29, 2019
1 parent 4e220d8 commit 048ad96
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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}"
}
]
]
Expand Down

0 comments on commit 048ad96

Please sign in to comment.