Opened 4 weeks ago
Last modified 4 weeks ago
#64520 new enhancement
Gutenberg checkout: show hash in the version footer
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Milestone: | Awaiting Review | Priority: | low |
| Severity: | normal | Version: | trunk |
| Component: | Build/Test Tools | Keywords: | |
| Focuses: | Cc: |
Description
It would be cool to show a (short) hash of the Gutenberg checkout in the footer, perhaps with a link to the commit, so you can quickly see what version you're on. I'd only find it useful if it was linked to the version that is build. So if the hash has change but the build hasn't updated yet, it should show the old hash imo.
Note: See
TracTickets for help on using
tickets.
Great idea :)
There's a .gutenberg-hash file that contains the last hash used to generate the built files. That could serve as the source of truth for that link.