Skip to content

Commit

Permalink
github/workflows: mention website maintainers in commit
Browse files Browse the repository at this point in the history
Do a mention in the automated commit, so it sends a notification to the
website maintainers. So, they can open a pull request with this commit.

Signed-off-by: Ivan Valdes <ivan@vald.es>
  • Loading branch information
ivanvc committed Jul 19, 2024
1 parent ba7f5a6 commit 8001a25
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/update_release_version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ git add "${index_file}"
git -c user.name="${git_author}" -c user.email="${git_email}" commit --file=- <<EOL
[${release_minor}] Update installation version to latest tag (${new_version})
cc. @etcd-io/maintainers-website
Signed-off-by: ${git_author} <${git_email}>
EOL
git push "${git_remote}" "${branch}"
Expand Down

0 comments on commit 8001a25

Please sign in to comment.