docs/content/en/troubleshooting/deprecation.md
When a project deprecates something, they are telling its users:
Common reasons for deprecation:
After the project team deprecates something in code, Hugo will:
The project team will:
To see the INFO messages, you must use the --logLevel command line flag:
hugo build --logLevel info
To limit the output to deprecation notices:
hugo build --logLevel info | grep deprecate
Run the above command every time you upgrade Hugo.
For example, v0.1.1 => v0.2.0 is a minor release. ↩