Improve test plan for snapshot diff

Summary: Make it a bit clearer what this is and how to land it.

Reviewed By: mweststrate, fabiomassimo

Differential Revision: D29032029

fbshipit-source-id: c48e9119b465100befc5d25c7b19ced2ee917201
This commit is contained in:
Pascal Hartig
2021-06-11 06:41:30 -07:00
committed by Facebook GitHub Bot
parent 66510d0932
commit c63cb6e42b

View File

@@ -73,7 +73,10 @@ echo "Release commit made as $RELEASE_REV, creating new snapshot version $SNAPSH
hg commit -m "$(echo -e "Flipper Snapshot Bump: v${SNAPSHOT_VERSION}\n\n\ hg commit -m "$(echo -e "Flipper Snapshot Bump: v${SNAPSHOT_VERSION}\n\n\
Summary:\nReleasing snapshot version $SNAPSHOT_VERSION\n\n\ Summary:\nReleasing snapshot version $SNAPSHOT_VERSION\n\n\
Test Plan:\nN/A\n\n\ Test Plan:\n\
No specific test action required. Please land this **together with the previous diff**.\n\
This diff is only exists to enable continuous snapshot releases on Maven. It's a Java thing. Don't think about it too much.\n\
\n\n\
Reviewers: flipper\n\n\ Reviewers: flipper\n\n\
Tags: accept2ship" Tags: accept2ship"
)" )"