Skip to content

Commit

Permalink
(Fix): Set 0.0.0 so release script can set CLI version correctly (#170)
Browse files Browse the repository at this point in the history
* fix version

* revert rest from that PR

* add comment
  • Loading branch information
TylerJang27 authored Nov 21, 2024
1 parent c97fd6d commit a5fda4d
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 8 deletions.
8 changes: 4 additions & 4 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 bundle/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bundle"
version = "0.1.0"
version = "0.0.0"
edition = "2021"

[dependencies]
Expand Down
3 changes: 2 additions & 1 deletion cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
[package]
name = "trunk-analytics-cli"
edition = "2021"
version = "0.1.0"
# Must be 0.0.0 in order for release workflow to update
version = "0.0.0"

[[bin]]
name = "trunk-analytics-cli"
Expand Down
2 changes: 1 addition & 1 deletion constants/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[package]
name = "constants"
version = "0.1.0"
version = "0.0.0"
edition = "2021"
1 change: 1 addition & 0 deletions context-js/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
[package]
name = "context-js"
# Needs to match package.json
version = "0.1.0"
edition = "2021"

Expand Down
2 changes: 1 addition & 1 deletion xcresult/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "xcresult"
edition = "2021"
version = "0.1.0"
version = "0.0.0"

[lib]
name = "xcresult"
Expand Down

0 comments on commit a5fda4d

Please sign in to comment.