Skip to content

Commit 869bc0f

Browse files
authored
chore: update git user for release PRs (#5894)
# Description ## Problem\* Resolves <!-- Link to GitHub Issue --> ## Summary\* I noticed that the commits for the release PR is still set up to be authored by Kev. I've replaced this with the noirwhal account. ## Additional Context ## Documentation\* Check one: - [x] No documentation needed. - [ ] Documentation included in this PR. - [ ] **[For Experimental Features]** Documentation to be submitted in a separate PR. # PR Checklist\* - [x] I have tested the changes locally. - [x] I have formatted the changes with [Prettier](https://prettier.io/) and/or `cargo fmt` on default settings.
1 parent 45344bf commit 869bc0f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/release.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@ jobs:
5454

5555
- name: Configure git
5656
run: |
57-
git config user.name kevaundray
58-
git config user.email kevtheappdev@gmail.com
57+
git config user.name noirwhal
58+
git config user.email tomfrench@aztecprotocol.com
5959
6060
- name: Commit updates
6161
run: |
@@ -100,8 +100,8 @@ jobs:
100100

101101
- name: Configure git
102102
run: |
103-
git config --local user.name 'kevaundray'
104-
git config --local user.email 'kevtheappdev@gmail.com'
103+
git config --local user.name noirwhal
104+
git config --local user.email tomfrench@aztecprotocol.com
105105
106106
- name: Commit new documentation version
107107
run: |

0 commit comments

Comments
 (0)