From 49464c011659ab5c478b863129e9af719cdb0deb Mon Sep 17 00:00:00 2001 From: Esau Suarez Date: Mon, 22 Jan 2024 16:18:25 +0000 Subject: [PATCH] docs: updates base config documentation --- src/index.ts | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/src/index.ts b/src/index.ts index 5c4d302..b1e15ee 100644 --- a/src/index.ts +++ b/src/index.ts @@ -1,13 +1,5 @@ /** - * Semantic release configuration. Support beta - * releases for branches that follow our branch naming convention (branches that start with f/, b/ or c/) - * - * If there are tickets referenced in the branch name (in the format -, only this part of the name - * will be used for the prerelease name. Otherwise, a sanitized version of the branch name - * will be used. - * - * For any of the prereleases, the current date will be appended. This will guarantee that even if a branch gets rebased - * and force pushed, we get unique prerelease names. + * Semantic release configuration. Supports main and version branch releases * * The release notes will include all the commits and not just the commits that trigger a release. */