Skip to content

Commit

Permalink
Merge pull request #50 from open-sauced/main
Browse files Browse the repository at this point in the history
chore: merge 1.0.0 release into beta
  • Loading branch information
jpmcb authored Oct 11, 2023
2 parents 156992b + abf63cf commit 36176ae
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 1 deletion.
34 changes: 34 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,40 @@

> All notable changes to this project will be documented in this file
## 1.0.0 (2023-10-11)


### 🤖 Build System

* sematic bin release, npm ([7b4607e](https://github.com/open-sauced/pizza-cli/commit/7b4607e9a4aa5eba0b5f163c586520c1022494ee))


### 🔁 Continuous Integration

* Update @open-sauced/release@2.2.1 and compliance.yaml ([#33](https://github.com/open-sauced/pizza-cli/issues/33)) ([146b6b7](https://github.com/open-sauced/pizza-cli/commit/146b6b7485a0f33090a4ccefd23624f9aa0df085))


### 🐛 Bug Fixes

* Uses correct generated token when checking out cli repo in release ([#44](https://github.com/open-sauced/pizza-cli/issues/44)) ([1e0c9f1](https://github.com/open-sauced/pizza-cli/commit/1e0c9f1ef3c9d0d9bd7f590f6bec021707f4c833))


### 🍕 Features

* Add install instructions and script for pizza CLI ([#26](https://github.com/open-sauced/pizza-cli/issues/26)) ([421a429](https://github.com/open-sauced/pizza-cli/commit/421a429ed99cca957365106485da97e085b0f173))
* Add posthog telemetry integration ([#37](https://github.com/open-sauced/pizza-cli/issues/37)) ([9829f49](https://github.com/open-sauced/pizza-cli/commit/9829f499dad0651ec97d0969e040d2acc30714e0))
* cli auth ([#21](https://github.com/open-sauced/pizza-cli/issues/21)) ([34728fb](https://github.com/open-sauced/pizza-cli/commit/34728fb62d01b746ffc8ede3c97a090b32b0b9f9))
* GitHub action to build and upload Go artifacts after release created ([#22](https://github.com/open-sauced/pizza-cli/issues/22)) ([ad187a9](https://github.com/open-sauced/pizza-cli/commit/ad187a9f3229e41785a09130132a799378c04528))
* Http Client for accessing OpenSauced API client ([#23](https://github.com/open-sauced/pizza-cli/issues/23)) ([ec2b357](https://github.com/open-sauced/pizza-cli/commit/ec2b35789a2864d38bf63e0ec1a3b68393a34e9b))
* Leverage the GITHUB_APP_TOKEN for releases ([#32](https://github.com/open-sauced/pizza-cli/issues/32)) ([e0a25e0](https://github.com/open-sauced/pizza-cli/commit/e0a25e003e89a7a5173ecaae12366922365243c9))
* npm i -g pizza ([73291d1](https://github.com/open-sauced/pizza-cli/commit/73291d13d632b709f2583d834aefe6ad758de8d7))
* Pizza show ([#24](https://github.com/open-sauced/pizza-cli/issues/24)) ([72f21ce](https://github.com/open-sauced/pizza-cli/commit/72f21ce260ec73c3ea0d7e97ed1411a86bb1d753))
* provide repository contributors insights ([#30](https://github.com/open-sauced/pizza-cli/issues/30)) ([d16091f](https://github.com/open-sauced/pizza-cli/commit/d16091ff4ee2ad74e025779b27321897d2c8a49c))
* provide repository insights ([#38](https://github.com/open-sauced/pizza-cli/issues/38)) ([dc148d6](https://github.com/open-sauced/pizza-cli/commit/dc148d6fe17b9aa96ad6951aefd0a7fd7cf0e160))
* repo-query support ([199cfd7](https://github.com/open-sauced/pizza-cli/commit/199cfd7b04e1e1683cce5abc08c57bbef01644f6))
* update bin name release.yaml ([6b21cb8](https://github.com/open-sauced/pizza-cli/commit/6b21cb84f88f75467ce6f270e136dfca5e462d23))
* Version command for CLI based on release builds ([#36](https://github.com/open-sauced/pizza-cli/issues/36)) ([9f3eedc](https://github.com/open-sauced/pizza-cli/commit/9f3eedcf7dac1d72f91ae40a5a09df3ee341a99c))

## [1.0.0-beta.7](https://github.com/open-sauced/pizza-cli/compare/v1.0.0-beta.6...v1.0.0-beta.7) (2023-10-02)


Expand Down
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.0.0-beta.7",
"version": "1.0.0",
"description": "A command line utility for insights, metrics, and all things OpenSauced",
"repository": "https://github.com/open-sauced/pizza-cli",
"license": "MIT",
Expand Down

0 comments on commit 36176ae

Please sign in to comment.