Skip to content
This repository was archived by the owner on Nov 18, 2024. It is now read-only.

Commit 31f7c0d

Browse files
chore(release): 3.4.0 [skip ci]
## [3.4.0](v3.3.0...v3.4.0) (2020-07-14) ### Features * update package.json version on release ([bbfe8f1](bbfe8f1))
1 parent 427bef3 commit 31f7c0d

File tree

3 files changed

+13
-6
lines changed

3 files changed

+13
-6
lines changed

Diff for: CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [3.4.0](https://github.com/bradennapier/eslint-plus-action/compare/v3.3.0...v3.4.0) (2020-07-14)
2+
3+
4+
### Features
5+
6+
* update package.json version on release ([bbfe8f1](https://github.com/bradennapier/eslint-plus-action/commit/bbfe8f18d233285b8459542aa815e3677cb48c16))
7+
18
## [3.4.0-beta.1](https://github.com/bradennapier/eslint-plus-action/compare/v3.3.0...v3.4.0-beta.1) (2020-07-14)
29

310

Diff for: README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
runs-on: ubuntu-latest
4444
steps:
4545
- uses: actions/checkout@v2
46-
- uses: bradennapier/[email protected]-beta.1
46+
- uses: bradennapier/[email protected]
4747
```
4848
4949
## Features
@@ -131,7 +131,7 @@ jobs:
131131
runs-on: ubuntu-latest
132132
steps:
133133
- uses: actions/checkout@v2
134-
- uses: bradennapier/[email protected]-beta.1
134+
- uses: bradennapier/[email protected]
135135
```
136136

137137
## Examples
@@ -149,7 +149,7 @@ jobs:
149149
runs-on: ubuntu-latest
150150
steps:
151151
- uses: actions/checkout@v2
152-
- uses: bradennapier/[email protected]-beta.1
152+
- uses: bradennapier/[email protected]
153153
```
154154

155155
### Environment Variables
@@ -162,7 +162,7 @@ jobs:
162162
runs-on: ubuntu-latest
163163
steps:
164164
- uses: actions/checkout@v2
165-
- uses: bradennapier/[email protected]-beta.1
165+
- uses: bradennapier/[email protected]
166166
env:
167167
NPM_TOKEN: ${{secrets.NPM_TOKEN}}
168168
```
@@ -175,7 +175,7 @@ jobs:
175175
runs-on: ubuntu-latest
176176
steps:
177177
- uses: actions/checkout@v2
178-
- uses: bradennapier/[email protected]-beta.1
178+
- uses: bradennapier/[email protected]
179179
env:
180180
NPM_TOKEN: ${{secrets.NPM_TOKEN}}
181181
with:

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "typescript-action",
3-
"version": "3.4.0-beta.1",
3+
"version": "3.4.0",
44
"private": true,
55
"description": "TypeScript template action",
66
"main": "lib/run.js",

0 commit comments

Comments
 (0)