Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: actually release v2 #195

Merged
merged 5 commits into from
Sep 16, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,21 @@

> 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)


### 🍕 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)


Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions npm/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion npm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pizza",
"version": "1.5.0",
"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",
Expand Down
Loading