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

Commit

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

### Features

* update package.json version on release ([bbfe8f1](bbfe8f1))
  • Loading branch information
semantic-release-bot committed Jul 14, 2020
1 parent bbfe8f1 commit ff68f87
Show file tree
Hide file tree
Showing 3 changed files with 16 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-beta.1](https://github.com/bradennapier/eslint-plus-action/compare/v3.3.0...v3.4.0-beta.1) (2020-07-14)


### Features

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

## [3.3.0](https://github.com/bradennapier/eslint-plus-action/compare/v3.2.0...v3.3.0) (2020-07-14)


Expand Down
13 changes: 8 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@
<br />
</div>

[![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release)
![lint](https://github.com/bradennapier/eslint-plus-action/workflows/lint/badge.svg)

## Dead Simple

As easy as the following, and even the more advanced features are just a few extra lines.
Expand All @@ -40,7 +43,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: bradennapier/eslint-plus-action@v3.3.0
- uses: bradennapier/eslint-plus-action@v3.4.0-beta.1
```
## Features
Expand Down Expand Up @@ -128,7 +131,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: bradennapier/eslint-plus-action@v3.3.0
- uses: bradennapier/eslint-plus-action@v3.4.0-beta.1
```

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

### Environment Variables
Expand All @@ -159,7 +162,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: bradennapier/eslint-plus-action@v3.3.0
- uses: bradennapier/eslint-plus-action@v3.4.0-beta.1
env:
NPM_TOKEN: ${{secrets.NPM_TOKEN}}
```
Expand All @@ -172,7 +175,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: bradennapier/eslint-plus-action@v3.3.0
- uses: bradennapier/eslint-plus-action@v3.4.0-beta.1
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.3.0",
"version": "3.4.0-beta.1",
"private": true,
"description": "TypeScript template action",
"main": "lib/run.js",
Expand Down

0 comments on commit ff68f87

Please sign in to comment.