mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-07 20:30:36 -05:00
releaser: One more fix
This commit is contained in:
parent
3aade08977
commit
1a041522df
1 changed files with 5 additions and 4 deletions
|
@ -153,11 +153,12 @@ func (r *ReleaseHandler) Run() error {
|
|||
if _, err := git("submodule", "update", "--remote", "--merge"); err != nil {
|
||||
return err
|
||||
}
|
||||
}
|
||||
|
||||
// TODO(bep) the above may not have changed anything.
|
||||
if _, err := git("commit", "-a", "-m", fmt.Sprintf("%s Update /docs [ci skip]", commitPrefix)); err != nil {
|
||||
return err
|
||||
}
|
||||
}
|
||||
|
||||
if err := bumpVersions(newVersion); err != nil {
|
||||
return err
|
||||
|
|
Loading…
Reference in a new issue