Skip to content

Commit 2d5949c

Browse files
authored
Release 2.7.0
- Update - @actions/core from 1.8.0 to 1.9.1
1 parent 6e26dc3 commit 2d5949c

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Diff for: README.md

+1-1
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.6.0
49+
- uses: ChanTsune/release-with-commit@v2.7.0
5050
with:
5151
regexp: "Release ((\\d+([.]\\d+)*)-(alpha|beta|rc)\\d*)((\\s|\\S)*)"
5252
regexp_options: "us"

Diff for: package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: package.json

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

0 commit comments

Comments
 (0)