Skip to content

Commit

Permalink
chore: include sender in release commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
ctreatma committed Nov 17, 2023
1 parent 51a382a commit 5e4677e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,4 @@ jobs:
GIT_AUTHOR_EMAIL: [email protected]
GIT_COMMITTER_NAME: equinix-labs@auto-commit-workflow
GIT_COMMITTER_EMAIL: [email protected]
RELEASE_REQUESTER: "@${{ github.event.sender.login }}"
2 changes: 1 addition & 1 deletion .releaserc.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
[
"@semantic-release/git",
{
"message": "ci: regenerate code for version ${nextRelease.version}",
"message": "ci: regenerate code for version ${nextRelease.version} triggered by ${process.env.RELEASE_REQUESTER}",
"assets": ["."]
}
]
Expand Down

0 comments on commit 5e4677e

Please sign in to comment.