Skip to content

Commit 72082d4

Browse files
author
Murilo Marinho
committed
Update git to confire the menial email and username.
1 parent 18b09d9 commit 72082d4

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.devel/build_ros2.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ catkin_generate_changelog --all || true
2525
catkin_generate_changelog || true
2626
# If we don't commit the modified CHANGELOG.rst, the catkin_prepare_release doesn't shut up about it
2727
git add CHANGELOG.rst
28+
git config user.email "builder@dontannoy.me"
29+
git config user.name "Builder"
2830
git commit -a -m "Shut up catkin"
2931
# Apparently this doesn't work for python-only packages, but we not care cause we cmake boyz
3032
catkin_prepare_release --no-push -y --version "$VERSION"

0 commit comments

Comments
 (0)