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

Commit 427bef3

Browse files
authored
Merge pull request #28 from bradennapier/beta
Release v3.4.0
2 parents 02f4e47 + ff68f87 commit 427bef3

File tree

5 files changed

+30
-21
lines changed

5 files changed

+30
-21
lines changed

CHANGELOG.md

Lines changed: 8 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,16 @@
1+
## [3.4.0-beta.1](https://github.com/bradennapier/eslint-plus-action/compare/v3.3.0...v3.4.0-beta.1) (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.3.0](https://github.com/bradennapier/eslint-plus-action/compare/v3.2.0...v3.3.0) (2020-07-14)
29

310

411
### Features
512

6-
* add release notes generator ([518309f](https://github.com/bradennapier/eslint-plus-action/commit/518309fcc7632a768eb1cac5795189c8f306e62c))
7-
* batched annotations ([#21](https://github.com/bradennapier/eslint-plus-action/issues/21)) ([e1e4b7e](https://github.com/bradennapier/eslint-plus-action/commit/e1e4b7e63adbcf34bd465ce09ef10c908ba573d5)), closes [/developer.github.com/v3/checks/runs/#output-object-1](https://github.com/bradennapier//developer.github.com/v3/checks/runs//issues/output-object-1)
8-
* beta ([2b5e5aa](https://github.com/bradennapier/eslint-plus-action/commit/2b5e5aa749d17b7521fd63088c2626606ee3f8ad))
9-
* gitignore README.md ([40f99fb](https://github.com/bradennapier/eslint-plus-action/commit/40f99fb173260b515fd077e26f72859af6a91b84))
10-
* release changelog and package ([b81c9f1](https://github.com/bradennapier/eslint-plus-action/commit/b81c9f17702054ad52576204efb375bc7cd8e1f1))
11-
* semantic-release ([#22](https://github.com/bradennapier/eslint-plus-action/issues/22)) ([d69fe57](https://github.com/bradennapier/eslint-plus-action/commit/d69fe5770de906bd30a325342dbfb0da02ed251a)), closes [/developer.github.com/v3/checks/runs/#output-object-1](https://github.com/bradennapier//developer.github.com/v3/checks/runs//issues/output-object-1)
12-
* use conventionalcommits preset ([b775447](https://github.com/bradennapier/eslint-plus-action/commit/b775447d4dcb8a874380cdb9f937e2edae19106d))
13-
* use semantic/github ([cf6f88d](https://github.com/bradennapier/eslint-plus-action/commit/cf6f88df0f9b754ab614df1d3517dca5e0ca973f))
13+
* start of `semantic-release` automation
1414

1515

1616
### Bug Fixes
17-
18-
* bring readme template in workflow ([36f521f](https://github.com/bradennapier/eslint-plus-action/commit/36f521ff409c915b7b608158c7c7f13718b3e370))
19-
* github release notes ([2d941fd](https://github.com/bradennapier/eslint-plus-action/commit/2d941fd7d6a5adb2d5410156439ecd06cfaa371d))
20-
* google replace ([3280301](https://github.com/bradennapier/eslint-plus-action/commit/32803018f4ae4d920a5161fc38b1ece81ee0649e))
21-
* google replace version commit ([5c3e127](https://github.com/bradennapier/eslint-plus-action/commit/5c3e127c259c72e37dc4a96f5ebed022cef8bd13))
22-
* merge conflict ([75e5353](https://github.com/bradennapier/eslint-plus-action/commit/75e5353e5cb4267aa16d97707d41ab556e6e8ea7))
23-
* remove tag ([3e59afc](https://github.com/bradennapier/eslint-plus-action/commit/3e59afc57b037800c674ede2061cd3bde36488d2))

README.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@
2727
<br />
2828
</div>
2929

30+
[![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)
31+
![lint](https://github.com/bradennapier/eslint-plus-action/workflows/lint/badge.svg)
32+
3033
## Dead Simple
3134

3235
As easy as the following, and even the more advanced features are just a few extra lines.
@@ -40,7 +43,7 @@ jobs:
4043
runs-on: ubuntu-latest
4144
steps:
4245
- uses: actions/checkout@v2
43-
- uses: bradennapier/eslint-plus-action@v3.3.0
46+
- uses: bradennapier/eslint-plus-action@v3.4.0-beta.1
4447
```
4548
4649
## Features
@@ -128,7 +131,7 @@ jobs:
128131
runs-on: ubuntu-latest
129132
steps:
130133
- uses: actions/checkout@v2
131-
- uses: bradennapier/eslint-plus-action@v3.3.0
134+
- uses: bradennapier/eslint-plus-action@v3.4.0-beta.1
132135
```
133136

134137
## Examples
@@ -146,7 +149,7 @@ jobs:
146149
runs-on: ubuntu-latest
147150
steps:
148151
- uses: actions/checkout@v2
149-
- uses: bradennapier/eslint-plus-action@v3.3.0
152+
- uses: bradennapier/eslint-plus-action@v3.4.0-beta.1
150153
```
151154

152155
### Environment Variables
@@ -159,7 +162,7 @@ jobs:
159162
runs-on: ubuntu-latest
160163
steps:
161164
- uses: actions/checkout@v2
162-
- uses: bradennapier/eslint-plus-action@v3.3.0
165+
- uses: bradennapier/eslint-plus-action@v3.4.0-beta.1
163166
env:
164167
NPM_TOKEN: ${{secrets.NPM_TOKEN}}
165168
```
@@ -172,7 +175,7 @@ jobs:
172175
runs-on: ubuntu-latest
173176
steps:
174177
- uses: actions/checkout@v2
175-
- uses: bradennapier/eslint-plus-action@v3.3.0
178+
- uses: bradennapier/eslint-plus-action@v3.4.0-beta.1
176179
env:
177180
NPM_TOKEN: ${{secrets.NPM_TOKEN}}
178181
with:

docs/README.template.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@
2727
<br />
2828
</div>
2929

30+
[![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)
31+
![lint](https://github.com/bradennapier/eslint-plus-action/workflows/lint/badge.svg)
32+
3033
## Dead Simple
3134

3235
As easy as the following, and even the more advanced features are just a few extra lines.

package.json

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

release.config.js

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ module.exports = {
1212
preset: 'conventionalcommits',
1313
},
1414
],
15+
// creates CHANGELOG.md
1516
'@semantic-release/changelog',
1617
[
1718
'@google/semantic-release-replace-plugin',
@@ -29,11 +30,20 @@ module.exports = {
2930
},
3031
],
3132
[
33+
// updates the package.json version without publishing to npm
34+
'@semantic-release/npm',
35+
{
36+
npmPublish: false,
37+
},
38+
],
39+
[
40+
// commits the changed files to git
3241
'@semantic-release/git',
3342
{
3443
assets: ['package.json', 'CHANGELOG.md', 'README.md'],
3544
},
3645
],
46+
// creates the github release
3747
'@semantic-release/github',
3848
],
3949
};

0 commit comments

Comments
 (0)