mirror of
https://github.com/gohugoio/hugo.git
synced 2025-04-21 18:38:07 +00:00
releaser: Add TODO
This commit is contained in:
parent
deffb4c3d9
commit
4345026bd6
1 changed files with 5 additions and 0 deletions
|
@ -204,6 +204,11 @@ func (r *ReleaseHandler) Run() error {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// We make changes to the submodule, which is in detached state. Reconsider this
|
||||||
|
// to get changes pushed to both.
|
||||||
|
// TODO(bep) git fetch git@github.com:gohugoio/hugoDocs.git -- master
|
||||||
|
// git branch -f master 8c9359b
|
||||||
|
|
||||||
if err := r.release(releaseNotesFile); err != nil {
|
if err := r.release(releaseNotesFile); err != nil {
|
||||||
return err
|
return err
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue