From 385b7ff0ede0919425a7047d65a4fd9bc5a6fe94 Mon Sep 17 00:00:00 2001 From: John McBride Date: Mon, 16 Sep 2024 08:18:10 -0600 Subject: [PATCH 1/4] feat: Bump 2.0.0 for real this time Signed-off-by: John McBride --- README.md | 1 + npm/package-lock.json | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b590634..b9df51d 100644 --- a/README.md +++ b/README.md @@ -306,3 +306,4 @@ There are a number of useful `just` commands that should be used during developm - ... and many more! Check `just help` to get a full list of utility dev commands! + diff --git a/npm/package-lock.json b/npm/package-lock.json index 1b4f35b..947def7 100644 --- a/npm/package-lock.json +++ b/npm/package-lock.json @@ -1,12 +1,12 @@ { "name": "pizza", - "version": "1.5.0", + "version": "2.0.0-beta.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "pizza", - "version": "1.5.0", + "version": "2.0.0-beta.1", "hasInstallScript": true, "license": "MIT", "bin": { From 7964bc3e2403a99011ad10a5e7bd39cbd8229660 Mon Sep 17 00:00:00 2001 From: John McBride Date: Mon, 16 Sep 2024 14:18:55 +0000 Subject: [PATCH 2/4] chore(minor): release 1.6.0-beta.1 on beta channel [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## [1.6.0-beta.1](https://github.com/open-sauced/pizza-cli/compare/v1.5.0...v1.6.0-beta.1) (2024-09-16) ### 🍕 Features * Bump 2.0.0 for real this time ([385b7ff](https://github.com/open-sauced/pizza-cli/commit/385b7ff0ede0919425a7047d65a4fd9bc5a6fe94)) --- CHANGELOG.md | 7 +++++++ npm/package-lock.json | 4 ++-- npm/package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1eedd2d..82fd4f1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,13 @@ > All notable changes to this project will be documented in this file +## [1.6.0-beta.1](https://github.com/open-sauced/pizza-cli/compare/v1.5.0...v1.6.0-beta.1) (2024-09-16) + + +### 🍕 Features + +* Bump 2.0.0 for real this time ([385b7ff](https://github.com/open-sauced/pizza-cli/commit/385b7ff0ede0919425a7047d65a4fd9bc5a6fe94)) + ## [1.5.0](https://github.com/open-sauced/pizza-cli/compare/v1.4.0...v1.5.0) (2024-09-16) diff --git a/npm/package-lock.json b/npm/package-lock.json index 947def7..402601b 100644 --- a/npm/package-lock.json +++ b/npm/package-lock.json @@ -1,12 +1,12 @@ { "name": "pizza", - "version": "2.0.0-beta.1", + "version": "1.6.0-beta.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "pizza", - "version": "2.0.0-beta.1", + "version": "1.6.0-beta.1", "hasInstallScript": true, "license": "MIT", "bin": { diff --git a/npm/package.json b/npm/package.json index 4ba9e47..5321c87 100644 --- a/npm/package.json +++ b/npm/package.json @@ -1,6 +1,6 @@ { "name": "pizza", - "version": "1.5.0", + "version": "1.6.0-beta.1", "description": "A command line utility for insights, metrics, and generating CODEOWNERS documentation for your open source projects", "repository": "https://github.com/open-sauced/pizza-cli", "license": "MIT", From 156298d438d916100295feed39a4db285db4c9cb Mon Sep 17 00:00:00 2001 From: John McBride Date: Mon, 16 Sep 2024 08:23:37 -0600 Subject: [PATCH 3/4] feat: 2.0.0 readme updates Signed-off-by: John McBride --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index b9df51d..3de39d5 100644 --- a/README.md +++ b/README.md @@ -170,7 +170,7 @@ The first owner is the entity with the most lines changed. This command uses a ` to attribute emails in commits with the given entities in the config (like GitHub usernames or teams). See [the section on the configuration schema for more details](#-configuration-schema) -### 🚀 New in v1.4.0: Generate Config +### 🚀 New in v2.0.0: Generate Config The `pizza generate config` command has been added to help you create `.sauced.yaml` configuration files for your projects. This command allows you to generate configuration files with various options: @@ -306,4 +306,3 @@ There are a number of useful `just` commands that should be used during developm - ... and many more! Check `just help` to get a full list of utility dev commands! - From a5640c7679bd2b5575fc3dfc13fddbad0ae8ea6e Mon Sep 17 00:00:00 2001 From: John McBride Date: Mon, 16 Sep 2024 14:24:42 +0000 Subject: [PATCH 4/4] chore(minor): release 2.1.0-beta.1 on beta channel [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## [2.1.0-beta.1](https://github.com/open-sauced/pizza-cli/compare/v2.0.0...v2.1.0-beta.1) (2024-09-16) ### 🍕 Features * 2.0.0 readme updates ([156298d](https://github.com/open-sauced/pizza-cli/commit/156298d438d916100295feed39a4db285db4c9cb)) * Bump 2.0.0 for real this time ([385b7ff](https://github.com/open-sauced/pizza-cli/commit/385b7ff0ede0919425a7047d65a4fd9bc5a6fe94)) --- CHANGELOG.md | 8 ++++++++ npm/package-lock.json | 4 ++-- npm/package.json | 2 +- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 82fd4f1..a22fd14 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,14 @@ > All notable changes to this project will be documented in this file +## [2.1.0-beta.1](https://github.com/open-sauced/pizza-cli/compare/v2.0.0...v2.1.0-beta.1) (2024-09-16) + + +### 🍕 Features + +* 2.0.0 readme updates ([156298d](https://github.com/open-sauced/pizza-cli/commit/156298d438d916100295feed39a4db285db4c9cb)) +* Bump 2.0.0 for real this time ([385b7ff](https://github.com/open-sauced/pizza-cli/commit/385b7ff0ede0919425a7047d65a4fd9bc5a6fe94)) + ## [1.6.0-beta.1](https://github.com/open-sauced/pizza-cli/compare/v1.5.0...v1.6.0-beta.1) (2024-09-16) diff --git a/npm/package-lock.json b/npm/package-lock.json index 402601b..8f93f37 100644 --- a/npm/package-lock.json +++ b/npm/package-lock.json @@ -1,12 +1,12 @@ { "name": "pizza", - "version": "1.6.0-beta.1", + "version": "2.1.0-beta.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "pizza", - "version": "1.6.0-beta.1", + "version": "2.1.0-beta.1", "hasInstallScript": true, "license": "MIT", "bin": { diff --git a/npm/package.json b/npm/package.json index 5321c87..a2ca3d7 100644 --- a/npm/package.json +++ b/npm/package.json @@ -1,6 +1,6 @@ { "name": "pizza", - "version": "1.6.0-beta.1", + "version": "2.1.0-beta.1", "description": "A command line utility for insights, metrics, and generating CODEOWNERS documentation for your open source projects", "repository": "https://github.com/open-sauced/pizza-cli", "license": "MIT",