From 6dc68dcd72bb6fdc89546014e49cb628c192654a Mon Sep 17 00:00:00 2001 From: Gianmarco Ciaffardini Date: Mon, 26 Jun 2023 10:49:06 +0200 Subject: [PATCH 1/3] build(squash): asdasd --- src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.ts b/src/index.ts index 1d30fd7c..54f86a50 100644 --- a/src/index.ts +++ b/src/index.ts @@ -1 +1 @@ -export class FirstRelease {} +export class Squash {} From f94ff3bb36539df20c3bbf3b47ecff573c531483 Mon Sep 17 00:00:00 2001 From: Gianmarco Ciaffardini Date: Mon, 26 Jun 2023 10:59:15 +0200 Subject: [PATCH 2/3] fix(bumper): this should bump patch as its a fix --- .release-it.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.release-it.json b/.release-it.json index 65c14c9d..e2aecf40 100644 --- a/.release-it.json +++ b/.release-it.json @@ -27,11 +27,12 @@ "section": "Bug Fixes" }, { "type": "chore", "hidden": true }, - { "type": "docs", "hidden": true }, + { "type": "docs", "section": "Documentation" }, { "type": "style", "hidden": true }, { "type": "refactor", "hidden": true }, { "type": "perf", "hidden": true }, - { "type": "test", "hidden": true } + { "type": "test", "section": "Tests" }, + { "type": "build", "section": "Builds" } ] } } From 5bbde3ee5ec3b715587fa2d7e80c29893b6fa24d Mon Sep 17 00:00:00 2001 From: Gianmarco Ciaffardini Date: Mon, 26 Jun 2023 11:01:32 +0200 Subject: [PATCH 3/3] fix(asd): asd --- .release-it.json | 3 --- 1 file changed, 3 deletions(-) diff --git a/.release-it.json b/.release-it.json index e2aecf40..9490cd7e 100644 --- a/.release-it.json +++ b/.release-it.json @@ -28,9 +28,6 @@ }, { "type": "chore", "hidden": true }, { "type": "docs", "section": "Documentation" }, - { "type": "style", "hidden": true }, - { "type": "refactor", "hidden": true }, - { "type": "perf", "hidden": true }, { "type": "test", "section": "Tests" }, { "type": "build", "section": "Builds" } ]