Skip to content

Commit

Permalink
docs: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Slashgear committed Jan 6, 2023
1 parent c6a79f6 commit 163d10d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ To use it, add the following steps in your workflow:

```yaml
steps:
- uses: Slashgear/[email protected].0
- uses: Slashgear/[email protected].1
with:
regexp: "([a-z])+" # Regex the title should match.
```
Expand Down
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "action-check-pr-title",
"version": "4.0.0",
"version": "4.1.0",
"description": "Github action to check Pull Request title based on JS Regexp",
"repository": "[email protected]:Slashgear/action-check-pr-title.git",
"author": "Slashgear <[email protected]>",
Expand All @@ -18,8 +18,7 @@
"format-check": "prettier --check --ignore-unknown '**/*'",
"package": "ncc build --source-map --license licenses.txt",
"test": "jest --passWithNoTests",
"preversion": "pnpm run build",
"version": "pnpm run package"
"preversion": "pnpm run build && pnpm run package && git add ."
},
"dependencies": {
"@actions/core": "^1.4.0",
Expand Down

0 comments on commit 163d10d

Please sign in to comment.