Skip to content
Snippets Groups Projects
Commit c5dec443 authored by User expired's avatar User expired
Browse files

calling grgit add before grgit commit (by now push is empty)

parent e7dafcb9
No related branches found
No related tags found
No related merge requests found
......@@ -147,6 +147,7 @@ task changelog << {
}
if (!lastCommitByCI) {
grgit.add(patterns: [fileChangelog.name])
grgit.commit(message: 'Updating changelog', amend: false)
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment