Skip to content

Commit ab70d53

Browse files
doc: stop manually updating version
1 parent 0b0292f commit ab70d53

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

dist/release.config.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11
module.exports = {
2+
plugins: [
3+
'@semantic-release/commit-analyzer',
4+
'@semantic-release/release-notes-generator',
5+
'@semantic-release/npm',
6+
'@semantic-release/github'
7+
],
28
branches: [
39
'+([0-9])?(.{+([0-9]),x}).x',
410
'main',

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"private": true,
33
"name": "@plutocool/release",
4-
"version": "1.1.2",
4+
"version": "0.0.0",
55
"description": "GitHub Action to automatically release packages using lerna or semantic-release",
66
"author": "Julien Dargelos <julien@plutot.cool>",
77
"license": "MIT",

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
node-version: 14
3333
- run: yarn
3434
- run: yarn build
35-
- uses: plutotcool/release@v1.1.2
35+
- uses: plutotcool/release@v1
3636
with:
3737
github_token: ${{ secrets.GITHUB_TOKEN }}
3838
npm_token: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)