mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-07 20:30:36 -05:00
Calculate the next Hugo version in Deprecated
Deprecation will be an ongoing activity for many future versions.
This commit is contained in:
parent
3273fce044
commit
f4244be036
1 changed files with 1 additions and 1 deletions
|
@ -133,7 +133,7 @@ func Deprecated(object, item, alternative string) {
|
|||
}
|
||||
deprecatedLogs.Lock()
|
||||
if !deprecatedLogs.m[key] {
|
||||
jww.ERROR.Printf("%s's %s is deprecated and will be removed in Hugo 0.15. Use %s instead.", object, item, alternative)
|
||||
jww.ERROR.Printf("%s's %s is deprecated and will be removed in Hugo %s. Use %s instead.", object, item, NextHugoReleaseVersion(), alternative)
|
||||
deprecatedLogs.m[key] = true
|
||||
}
|
||||
deprecatedLogs.Unlock()
|
||||
|
|
Loading…
Reference in a new issue