add README to copybara config

GitOrigin-RevId: 07b6d968d5f5dc59c9246c66e78d51651b7e9ce2
This commit is contained in:
Colin McMillen 2020-01-10 12:26:32 -05:00
parent ac27972dba
commit c9d3bc7f66

View File

@ -14,7 +14,7 @@ core.workflow(
push = "master", push = "master",
), ),
# Change path to the folder you want to publish publicly # Change path to the folder you want to publish publicly
origin_files = glob(["tools/**", "Shared/**", "Jumpy.Shared/**"]), origin_files = glob(["README.md", "tools/**", "Shared/**", "Jumpy.Shared/**"]),
authoring = authoring.pass_thru("Unknown Author <nobody@semicolin.games>"), authoring = authoring.pass_thru("Unknown Author <nobody@semicolin.games>"),