add a note about cargo release config

This commit is contained in:
Max Countryman 2020-08-14 10:47:35 -07:00 committed by GitHub
parent 118a345790
commit fcf1eb1b67
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -36,4 +36,6 @@ simple_logger = "1.6"
matches = "0.1" matches = "0.1"
[package.metadata.release] [package.metadata.release]
# We want to ensure we don't publish via `cargo release` since Actions
# handles this for us.
disable-publish = true disable-publish = true