mirror of
https://github.com/OMGeeky/google-apis-rs.git
synced 2026-01-20 18:21:37 +01:00
Use cargo smart-release for publishing
Because, why not, should work, and create nice tags for us too.
This commit is contained in:
@@ -116,7 +116,7 @@ ${gen_root_stamp}: $(MAKO_RENDER) ${' '.join(i[0] for i in sds)} ${api_json_inpu
|
||||
${api_target}: ${api_common}
|
||||
|
||||
${api_crate_publish_file}:
|
||||
cd ${gen_root} && cargo publish --allow-dirty
|
||||
cd ${gen_root} && cargo smart-release --execute
|
||||
@mkdir -p ${os.path.dirname(api_crate_publish_file)}
|
||||
touch $@
|
||||
|
||||
|
||||
Reference in New Issue
Block a user