Skip to content

Commit

Permalink
chore: rename crate name release-oxc to cargo-release-oxc
Browse files Browse the repository at this point in the history
  • Loading branch information
Boshen committed Apr 1, 2024
1 parent 2841502 commit c08a420
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 15 deletions.
26 changes: 13 additions & 13 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[package]
name = "release-oxc"
name = "cargo-release-oxc"
version = "0.0.1"
edition = "2021"
description = "Oxc release management"
Expand Down
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
use anyhow::Result;

use release_oxc::{release_command, Publish, ReleaseCommand, Update};
use cargo_release_oxc::{release_command, Publish, ReleaseCommand, Update};

fn main() -> Result<()> {
let command = release_command().fallback_to_usage().run();
Expand Down

0 comments on commit c08a420

Please sign in to comment.