Skip to content

Commit

Permalink
chore(ribir): 🤖 fix config of release version
Browse files Browse the repository at this point in the history
  • Loading branch information
M-Adoo committed Jan 19, 2024
1 parent 50d4c99 commit 53e7170
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
3 changes: 1 addition & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -92,5 +92,4 @@ tokio-stream = { version = "0.1" }

[workspace.metadata.release]
shared-version = true
tag = false
pre-release-hook = ["./rclog_hook.sh"]
tag = false
7 changes: 4 additions & 3 deletions ribir/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ pre-release-replacements = [
{file="../CHANGELOG.md", search="@ReleaseDate", replace="{{date}}", prerelease = true},
{file="../CHANGELOG.md", search="<!-- next-header -->", replace="<!-- next-header -->\n\n## [@Unreleased] - @ReleaseDate", exactly=1, prerelease = true},
{file="../CHANGELOG.md", search="<!-- next-url -->", replace="<!-- next-url -->\n[@Unreleased]: https://github.com/RibirX/Ribir/compare/{{tag_name}}...HEAD", exactly=1, prerelease = true},
{file="../docs/zh/快速上手/创建一个应用.md", search="@RIBIR_VERSION", replace="{{version}}", prerelease = true},
{file="../docs/en/get_started/creating_an_application.md", search="@RIBIR_VERSION", replace="{{version}}", prerelease = true},
]
{file="../docs/zh/get_started/try_it.md", search="@RIBIR_VERSION", replace="{{version}}", prerelease = true},
{file="../docs/en/get_started/try_it.md", search="@RIBIR_VERSION", replace="{{version}}", prerelease = true},
]
pre-release-hook = ["./rclog_hook.sh"]
File renamed without changes.

0 comments on commit 53e7170

Please sign in to comment.