mooltiverse / nyx

The one stop semantic release tool
Apache License 2.0
114 stars 8 forks source link

Feature request: Add option to specify commit author (email and username) #285

Open lengors opened 8 months ago

lengors commented 8 months ago

Description

At the moment it's not possible to specify a different commit author from the default one.

Proposed solution

Have an option for commit username and an option for commit email that overrides the default commit author.

sh-cau commented 6 months ago

Try using, e.g., in your .gitlab-ci.yml:

before_script:
  - git config --global user.name $GITLAB_USER_LOGIN
  - git config --global user.email $GITLAB_USER_EMAIL
  - nyx --debug publish