Skip to content

Commit d5bfd8d

Browse files
ci: removed release-please
1 parent fc35ffd commit d5bfd8d

12 files changed

Lines changed: 9 additions & 40 deletions

File tree

.github/workflows/release-please.yml

Lines changed: 0 additions & 20 deletions
This file was deleted.

.release-please-manifest.json

Lines changed: 0 additions & 3 deletions
This file was deleted.

asap-common/dependencies/rs/asap_types/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "asap_types"
3-
version = "0.4.0"
3+
version.workspace = true
44
edition.workspace = true
55

66
[dependencies]

asap-common/dependencies/rs/datafusion_summary_library/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "datafusion_summary_library"
3-
version = "0.4.0"
3+
version.workspace = true
44
edition.workspace = true
55
authors = ["ProjectASAP Team"]
66

asap-common/dependencies/rs/elastic_dsl_utilities/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "elastic_dsl_utilities"
33
edition.workspace = true
4-
version = "0.4.0"
4+
version.workspace = true
55

66
[dependencies]
77
serde.workspace = true

asap-common/dependencies/rs/promql_utilities/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "promql_utilities"
3-
version = "0.4.0"
3+
version.workspace = true
44
edition.workspace = true
55
authors = ["SketchDB Team"]
66
description = "A standalone PromQL pattern matching and query analysis library for Rust"

asap-common/dependencies/rs/sql_utilities/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "sql_utilities"
3-
version = "0.4.0"
3+
version.workspace = true
44
edition.workspace = true
55
authors = ["SketchDB Team"]
66
description = "A standalone SQL pattern matching and query analysis library for Rust"

asap-common/tests/compare_matched_tokens/rust_tests/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "promql_token_matching_tests"
3-
version = "0.4.0"
3+
version.workspace = true
44
edition.workspace = true
55

66
[[bin]]

asap-common/tests/compare_patterns/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "compare_patterns_runner"
3-
version = "0.4.0"
3+
version.workspace = true
44
edition.workspace = true
55

66
[[bin]]

asap-planner-rs/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "asap_planner"
3-
version = "0.4.0"
3+
version.workspace = true
44
edition.workspace = true
55

66
[lib]

0 commit comments

Comments
 (0)