Skip to content

Commit

Permalink
Update autoupdate-dependencies.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
romoh authored Dec 1, 2021
1 parent 7b9baa4 commit cd210e4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions autoupdate-dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,9 @@ then
# commit the changes to updated files
git commit -a -m "Auto-updated dependencies"

# add signoff to commits
git commit --amend --no-edit --signoff

# push the changes
git push authenticated -f

Expand Down

1 comment on commit cd210e4

@romoh
Copy link
Owner Author

@romoh romoh commented on cd210e4 Dec 1, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Add sign off to commits for DCO

Please sign in to comment.