Skip to content

Commit 53efdbc

Browse files
chore: release v1.4.7
2 parents 4fabe56 + 392d54e commit 53efdbc

File tree

4 files changed

+10
-2
lines changed

4 files changed

+10
-2
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- uses: actions/checkout@v2
12+
with:
13+
ref: master
1214

1315
- uses: actions/cache@v1
1416
id: cache
@@ -27,6 +29,8 @@ jobs:
2729
- name: Install dependencies
2830
if: steps.cache.outputs.cache-hit != 'true'
2931
run: npm ci
32+
33+
- run: git fetch
3034

3135
- run: npm run release:trigger
3236
env:

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## [1.4.7](https://github.com/gridsome/eslint-plugin-gridsome/compare/v1.4.1...v1.4.7) (2020-04-25)
2+
3+
4+
15
## [1.4.6](https://github.com/gridsome/eslint-plugin-gridsome/compare/v1.4.1...v1.4.6) (2020-04-25)
26

37

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-gridsome",
3-
"version": "1.4.6",
3+
"version": "1.4.7",
44
"keywords": [
55
"eslint",
66
"eslintplugin",

0 commit comments

Comments
 (0)