projects
/
brevno-suite
/
hugo
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3273fce
)
Calculate the next Hugo version in Deprecated
author
bep
<bjorn.erik.pedersen@gmail.com>
Wed, 18 Mar 2015 11:27:56 +0000
(12:27 +0100)
committer
bep
<bjorn.erik.pedersen@gmail.com>
Wed, 18 Mar 2015 11:27:56 +0000
(12:27 +0100)
Deprecation will be an ongoing activity for many future versions.
helpers/general.go
patch
|
blob
|
history
diff --git
a/helpers/general.go
b/helpers/general.go
index f7ff3381d5e0e7fa6c0a6360906589f41e4ce885..3e0a85fbc5d0a12b71bf33b28e514bca9b03338d 100644
(file)
--- a/
helpers/general.go
+++ b/
helpers/general.go
@@
-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()