Skip to content

Commit 52a8e67

Browse files
committed
fix README.md update is not added on version bump
1 parent 5db9d9c commit 52a8e67

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

README.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -150,10 +150,10 @@ actionlint is distributed under [the MIT license](./LICENSE.txt).
150150
[filter-pattern-doc]: https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#filter-pattern-cheat-sheet
151151
[script-injection-doc]: https://docs.github.com/en/actions/learn-github-actions/security-hardening-for-github-actions#understanding-the-risk-of-script-injections
152152
[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
159159
[issue-form]: https://github.com/rhysd/actionlint/issues/new

scripts/bump-version.bash

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ echo "Updating $readme_doc"
7272
sed_ "s/\/rhysd\/actionlint\/blob\/v[0-9]+\.[0-9]+\.[0-9]+\//\/rhysd\/actionlint\/blob\/v${version}\//g" "$readme_doc"
7373

7474
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"
7676
git commit -m "bump up version to ${tag}"
7777
git tag "$tag"
7878

0 commit comments

Comments
 (0)