Skip to content

Commit a5fd79d

Browse files
authored
Release 2.4.0
- Update - @actions/core from 1.5.0 to 1.6.0
1 parent 48f9516 commit a5fd79d

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
release:
4747
runs-on: ubuntu-latest
4848
steps:
49-
- uses: ChanTsune/release-with-commit@v2.3.0
49+
- uses: ChanTsune/release-with-commit@v2.4.0
5050
with:
5151
regexp: "Release ((\\d+([.]\\d+)*)-(alpha|beta|rc)\\d*)((\\s|\\S)*)"
5252
regexp_options: "us"

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "release-with-commit",
3-
"version": "2.3.0",
3+
"version": "2.4.0",
44
"private": true,
55
"description": "Release with commit",
66
"author": "ChanTsune <yshegou@gmail.com>",

0 commit comments

Comments
 (0)