From 88d21bc99c23f360e0eb83f44999b441027833f7 Mon Sep 17 00:00:00 2001 From: Nick Miyake Date: Tue, 13 Apr 2021 16:24:17 -0700 Subject: [PATCH] Remove OSS repository type from .autorelease.yml (#20) Removes the "repositoryType" configuration from the .autorelease.yml file so that the repository type will be inferred. --- .autorelease.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.autorelease.yml b/.autorelease.yml index aad5b604..7213bf80 100644 --- a/.autorelease.yml +++ b/.autorelease.yml @@ -1,8 +1,6 @@ type: local local: - repositoryType: oss releaseStrategy: type: timeBasedRelease timeBasedRelease: timeSinceLastRelease: 4 days -