From 56edebe7c2e090c4f25179f03a2d77d78ba59219 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Thu, 14 Feb 2019 15:25:32 -0800 Subject: small number of additional release_types --- rust/src/identifiers.rs | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'rust/src/identifiers.rs') diff --git a/rust/src/identifiers.rs b/rust/src/identifiers.rs index 4db3305f..1c859269 100644 --- a/rust/src/identifiers.rs +++ b/rust/src/identifiers.rs @@ -316,6 +316,10 @@ pub fn check_release_type(raw: &str) -> Result<()> { "peer_review", "software", "standard", + "abstract", + "editorial", + "letter", + "stub", ]; for good in valid_types { if raw == good { -- cgit v1.2.3