File tree 2 files changed +7
-7
lines changed
2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -150,10 +150,10 @@ actionlint is distributed under [the MIT license](./LICENSE.txt).
150
150
[filter-pattern-doc] : https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#filter-pattern-cheat-sheet
151
151
[script-injection-doc] : https://docs.github.com/en/actions/learn-github-actions/security-hardening-for-github-actions#understanding-the-risk-of-script-injections
152
152
[releases] : https://github.com/rhysd/actionlint/releases
153
- [checks] : https://github.com/rhysd/actionlint/blob/v1.7.3 /docs/checks.md
154
- [install] : https://github.com/rhysd/actionlint/blob/v1.7.3 /docs/install.md
155
- [usage] : https://github.com/rhysd/actionlint/blob/v1.7.3 /docs/usage.md
156
- [config] : https://github.com/rhysd/actionlint/blob/v1.7.3 /docs/config.md
157
- [api] : https://github.com/rhysd/actionlint/blob/v1.7.3 /docs/api.md
158
- [refs] : https://github.com/rhysd/actionlint/blob/v1.7.3 /docs/reference.md
153
+ [checks] : https://github.com/rhysd/actionlint/blob/v1.7.4 /docs/checks.md
154
+ [install] : https://github.com/rhysd/actionlint/blob/v1.7.4 /docs/install.md
155
+ [usage] : https://github.com/rhysd/actionlint/blob/v1.7.4 /docs/usage.md
156
+ [config] : https://github.com/rhysd/actionlint/blob/v1.7.4 /docs/config.md
157
+ [api] : https://github.com/rhysd/actionlint/blob/v1.7.4 /docs/api.md
158
+ [refs] : https://github.com/rhysd/actionlint/blob/v1.7.4 /docs/reference.md
159
159
[issue-form] : https://github.com/rhysd/actionlint/issues/new
Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ echo "Updating $readme_doc"
72
72
sed_ " s/\/rhysd\/actionlint\/blob\/v[0-9]+\.[0-9]+\.[0-9]+\//\/rhysd\/actionlint\/blob\/v${version} \//g" " $readme_doc "
73
73
74
74
echo ' Creating a version bump commit and a version tag'
75
- git add " $pre_commit_hook " " $usage_doc " " $playground_html "
75
+ git add " $pre_commit_hook " " $usage_doc " " $playground_html " " $readme_doc "
76
76
git commit -m " bump up version to ${tag} "
77
77
git tag " $tag "
78
78
You can’t perform that action at this time.
0 commit comments