Skip to content

Commit 6aa2ae7

Browse files
committed
fix(oca-file): remove old release flow
1 parent 3fe6a26 commit 6aa2ae7

1 file changed

Lines changed: 0 additions & 14 deletions

File tree

oca-file/release.toml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1 @@
11
publish = false
2-
3-
[[pre-release-replacements]]
4-
file = "Cargo.toml"
5-
search = "oca-file-semantics = . version = \"[a-z0-9\\.-]+\""
6-
replace = "oca-file-semantics = { version = \"{{version}}\""
7-
exactly = 1
8-
prerelease = true
9-
10-
[[pre-release-replacements]]
11-
file = "Cargo.toml"
12-
search = "oca-file-transformation = . version = \"[a-z0-9\\.-]+\""
13-
replace = "oca-file-transformation = { version = \"{{version}}\""
14-
exactly = 1
15-
prerelease = true

0 commit comments

Comments
 (0)