We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f61251 commit e96fc2aCopy full SHA for e96fc2a
html-report.sh
@@ -97,6 +97,12 @@ do
97
fi
98
99
# Discern timestamps for this component.
100
+ #
101
+ # Each component is "vetted" either by:
102
+ # A) being released; or
103
+ # B) adding an override to timestamps.txt.
104
+ # Our goal here is to detect whether the component has changed since
105
+ # the most recent release (not the release listed in the BOM).
106
timestamps=$(./version-timestamps.sh "$g:$a:$newestRelease")
107
timestamps=${timestamps#* }
108
releaseTimestamp=${timestamps%% *}
0 commit comments