Skip to content

Commit

Permalink
chore(release): 3.2.0-beta.3 [skip ci]
Browse files Browse the repository at this point in the history
# [3.2.0-beta.3](bradennapier/eslint-plus-action@v3.2.0-beta.2...v3.2.0-beta.3) (2020-07-14)

### Bug Fixes

* bring readme template in workflow ([36f521f](bradennapier@36f521f))

### Features

* add release notes generator ([518309f](bradennapier@518309f))
* release changelog and package ([b81c9f1](bradennapier@b81c9f1))
  • Loading branch information
semantic-release-bot committed Jul 14, 2020
1 parent b81c9f1 commit a51c5f2
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 5 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# [3.2.0-beta.3](https://github.com/bradennapier/eslint-plus-action/compare/v3.2.0-beta.2...v3.2.0-beta.3) (2020-07-14)


### Bug Fixes

* bring readme template in workflow ([36f521f](https://github.com/bradennapier/eslint-plus-action/commit/36f521ff409c915b7b608158c7c7f13718b3e370))


### Features

* add release notes generator ([518309f](https://github.com/bradennapier/eslint-plus-action/commit/518309fcc7632a768eb1cac5795189c8f306e62c))
* release changelog and package ([b81c9f1](https://github.com/bradennapier/eslint-plus-action/commit/b81c9f17702054ad52576204efb375bc7cd8e1f1))
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: bradennapier/eslint-plus-action@__VERSION__
- uses: bradennapier/eslint-plus-action@v3.2.0-beta.3
```
## Features
Expand Down Expand Up @@ -128,7 +128,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: bradennapier/eslint-plus-action@__VERSION__
- uses: bradennapier/eslint-plus-action@v3.2.0-beta.3
```

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

### Environment Variables
Expand All @@ -159,7 +159,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: bradennapier/eslint-plus-action@__VERSION__
- uses: bradennapier/eslint-plus-action@v3.2.0-beta.3
env:
NPM_TOKEN: ${{secrets.NPM_TOKEN}}
```
Expand All @@ -172,7 +172,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: bradennapier/eslint-plus-action@__VERSION__
- uses: bradennapier/eslint-plus-action@v3.2.0-beta.3
env:
NPM_TOKEN: ${{secrets.NPM_TOKEN}}
with:
Expand Down

0 comments on commit a51c5f2

Please sign in to comment.