Skip to content

Commit

Permalink
Release version 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nflaig committed Jun 29, 2020
1 parent b99e1a5 commit c28b0f2
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 5 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,12 @@ jobs:
- uses: actions/setup-node@v1
with:
node-version: 10
- run: npm ci
- uses: pascalgn/npm-publish-action@4f4bf159e299f65d21cd1cbd96fc5d53228036df
with:
tag_name: "v%s"
tag_message: "v%s"
commit_pattern: "^Release Version (\\S+)"
commit_pattern: "^Release version (\\S+)"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}
9 changes: 7 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,12 @@

All notable changes to this project will be documented in this file.

<a name="1.0.0"></a>
# 1.0.0 (2020-06-27)
## 1.0.1 (2020-06-29)

### Bug Fixes

* fix resolving path of package.json

## 1.0.0 (2020-06-27)

Initial version
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "loopback4-migration",
"version": "1.0.0",
"version": "1.0.1",
"description": "LoopBack 4 Migration Component",
"keywords": [
"loopback-4",
Expand Down

0 comments on commit c28b0f2

Please sign in to comment.