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: Release v2.0.0 #192

Merged
merged 19 commits into from
Sep 16, 2024
Merged
Changes from 1 commit
Commits
Show all changes
19 commits
Select commit Hold shift + click to select a range
b83b6e5
Merge pull request #169 from open-sauced/main
jpmcb Sep 11, 2024
e024687
fix: Don't overwrite ldflags in justfile builds (#171)
jpmcb Sep 12, 2024
bfd2e13
chore: Fix invalid sequence in docker build-push-action
jpmcb Sep 12, 2024
3443ab1
chore(patch): release 1.4.1-beta.1 on beta channel [skip ci]
jpmcb Sep 12, 2024
7315a1d
feat: pizza generate insight command (#179)
jpmcb Sep 12, 2024
859446a
fix: Config path prefers local dir vs. home dir (#184)
jpmcb Sep 12, 2024
74c1e8e
chore(minor): release 1.5.0-beta.1 on beta channel [skip ci]
jpmcb Sep 12, 2024
9eee553
chore: automated docs generation for release
open-sauced[bot] Sep 12, 2024
896b986
chore: update codeowners docs (#178)
BekahHW Sep 12, 2024
69d07b1
chore: automated docs generation for release
open-sauced[bot] Sep 12, 2024
99328aa
feat: Update README docs (#186)
jpmcb Sep 13, 2024
abe4bf1
chore(minor): release 1.5.0-beta.2 on beta channel [skip ci]
jpmcb Sep 13, 2024
be023d9
implement PostHog captures for `generate config`
zeucapua Sep 13, 2024
eb760b6
add config events to telemetry file, format
zeucapua Sep 13, 2024
ea2b4a9
Merge pull request #188 from open-sauced/feat/generate-config-telemetry
zeucapua Sep 13, 2024
511e3c2
chore (automated): OpenSauced updates (#190)
github-actions[bot] Sep 16, 2024
278a833
feat: Cut 2.0.0 release (#193)
jpmcb Sep 16, 2024
6fdd22a
chore(minor): release 1.5.0-beta.3 on beta channel [skip ci]
jpmcb Sep 16, 2024
78baf6d
chore: Upgrade 2.0.0 version in package lock
jpmcb Sep 16, 2024
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
Prev Previous commit
Next Next commit
feat: Cut 2.0.0 release (#193)
Signed-off-by: John McBride <john@opensauced.pizza>
  • Loading branch information
jpmcb authored Sep 16, 2024
commit 278a8339c701be1f25db9e3e039f727927b4cdef
4 changes: 2 additions & 2 deletions npm/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "pizza",
"version": "1.5.0-beta.2",
"description": "A command line utility for insights, metrics, and all things OpenSauced",
"version": "2.0.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",
"bin": "./bin/runner.js",
Expand Down
Loading