Skip to content

Commit 57c12f7

Browse files
committed
chore: pin versions
1 parent d4c06c1 commit 57c12f7

3 files changed

Lines changed: 11 additions & 5 deletions

File tree

.config/release-please-config.json

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,15 @@
99
"draft-pull-request": true,
1010
"pull-request-footer": "This release was generated with [Release Please](https://github.com/googleapis/release-please).",
1111
"packages": {
12-
"crates/git-metadata": {},
13-
"crates/git-ledger": {},
14-
"crates/git-chain": {}
12+
"crates/git-metadata": {
13+
"release-as": "0.3.0-rc.1"
14+
},
15+
"crates/git-ledger": {
16+
"release-as": "0.1.0-alpha.1"
17+
},
18+
"crates/git-chain": {
19+
"release-as": "0.1.0-alpha.1"
20+
}
1521
},
1622
"plugins": [{ "type": "sentence-case" }, { "type": "cargo-workspace" }],
1723
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json"

crates/git-chain/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "git-chain"
3-
version = "0.1.0"
3+
version = "0.0.0"
44
edition = "2024"
55
publish = true
66
readme = "README.md"

crates/git-ledger/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "git-ledger"
3-
version = "0.1.0"
3+
version = "0.0.0"
44
edition = "2024"
55
publish = true
66
readme = "README.md"

0 commit comments

Comments
 (0)