Description
The npm release workflow uses an outdated email domain riot.im for git commits. Since the product was rebranded from Riot to Element in 2020, this should be updated to use the element.io domain.
Current Behavior
In .github/workflows/npm_release.yml (Line 47):
git config --global user.email 'releases@riot.im'
Description
The npm release workflow uses an outdated email domain
riot.imfor git commits. Since the product was rebranded from Riot to Element in 2020, this should be updated to use theelement.iodomain.Current Behavior
In .github/workflows/npm_release.yml (Line 47):
git config --global user.email 'releases@riot.im'