mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-21 20:46:30 -05: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 {
|
||||
return err
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue