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