We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18b09d9 commit 72082d4Copy full SHA for 72082d4
1 file changed
.devel/build_ros2.sh
@@ -25,6 +25,8 @@ catkin_generate_changelog --all || true
25
catkin_generate_changelog || true
26
# If we don't commit the modified CHANGELOG.rst, the catkin_prepare_release doesn't shut up about it
27
git add CHANGELOG.rst
28
+git config user.email "builder@dontannoy.me"
29
+git config user.name "Builder"
30
git commit -a -m "Shut up catkin"
31
# Apparently this doesn't work for python-only packages, but we not care cause we cmake boyz
32
catkin_prepare_release --no-push -y --version "$VERSION"
0 commit comments