Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion scripts/sierra_update_check.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ if [ $? -eq 0 ]; then
echo "We have a change in one of the Sierra crates - an explanation tag is required."
echo "If there's no actual change:"
echo " - Add 'SIERRA_UPDATE_NO_CHANGE_TAG=<reason>'."
echo "If there is a change - but it does not affect which code will be compiled:"
echo "If there is a change, but it does not affect which code will be compiled:"
echo " - Add 'SIERRA_UPDATE_PATCH_CHANGE_TAG=<reason>'."
echo "If there is a change, but previously compilable code is still compilable:"
echo " - Add 'SIERRA_UPDATE_MINOR_CHANGE_TAG=<reason>'."
Expand Down