Skip to content

Commit

Permalink
chore(release): 3.4.0 [skip ci]
Browse files Browse the repository at this point in the history
## [3.4.0](v3.3.0...v3.4.0) (2020-07-14)

### Features

* update package.json version on release ([bbfe8f1](bbfe8f1))
  • Loading branch information
semantic-release-bot committed Jul 14, 2020
1 parent 427bef3 commit 31f7c0d
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 6 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [3.4.0](https://github.com/bradennapier/eslint-plus-action/compare/v3.3.0...v3.4.0) (2020-07-14)


### Features

* update package.json version on release ([bbfe8f1](https://github.com/bradennapier/eslint-plus-action/commit/bbfe8f18d233285b8459542aa815e3677cb48c16))

## [3.4.0-beta.1](https://github.com/bradennapier/eslint-plus-action/compare/v3.3.0...v3.4.0-beta.1) (2020-07-14)


Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: bradennapier/eslint-plus-action@v3.4.0-beta.1
- uses: bradennapier/eslint-plus-action@v3.4.0
```
## Features
Expand Down Expand Up @@ -131,7 +131,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: bradennapier/eslint-plus-action@v3.4.0-beta.1
- uses: bradennapier/eslint-plus-action@v3.4.0
```

## Examples
Expand All @@ -149,7 +149,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: bradennapier/eslint-plus-action@v3.4.0-beta.1
- uses: bradennapier/eslint-plus-action@v3.4.0
```

### Environment Variables
Expand All @@ -162,7 +162,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: bradennapier/eslint-plus-action@v3.4.0-beta.1
- uses: bradennapier/eslint-plus-action@v3.4.0
env:
NPM_TOKEN: ${{secrets.NPM_TOKEN}}
```
Expand All @@ -175,7 +175,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: bradennapier/eslint-plus-action@v3.4.0-beta.1
- uses: bradennapier/eslint-plus-action@v3.4.0
env:
NPM_TOKEN: ${{secrets.NPM_TOKEN}}
with:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "typescript-action",
"version": "3.4.0-beta.1",
"version": "3.4.0",
"private": true,
"description": "TypeScript template action",
"main": "lib/run.js",
Expand Down

0 comments on commit 31f7c0d

Please sign in to comment.