Skip to content

Commit 7166192

Browse files
committed
🔧 add configuration for release
1 parent 0482b59 commit 7166192

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
[![crate version](https://img.shields.io/crates/v/axum-tracing-opentelemetry.svg)](https://crates.io/crates/axum-tracing-opentelemetry)
55

66
[![Project Status: Active – The project has reached a stable, usable state and is being actively developed.](https://www.repostatus.org/badges/latest/active.svg)](https://www.repostatus.org/#active)
7-
[![Actions Status](https://github.com/davidB/axum-tracing-opentelemetry/workflows/ci-flow/badge.svg)](https://github.com/davidB/axum-tracing-opentelemetry/actions)
7+
88

99
Middlewares and tools to integrate axum + tracing + opentelemetry.
1010

release.toml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
pre-release-commit-message = ":rocket: (cargo-release) version {{version}}"
2+
post-release-commit-message = ":construction: (cargo-release) start next development iteration {{next_version}}"
3+
tag-prefix = ""
4+
tag-name = "{{prefix}}{{version}}"
5+
tag-message = ":bookmark: {{version}}"
6+
dev-version-ext = "dev"
7+
# pre-release-replacements = [
8+
# {file="CHANGELOG.md", search="x.y.z-dev", replace="{{version}}"},
9+
# {file="CHANGELOG.md", search="ReleaseDate", replace="{{date}}"}
10+
# ]

0 commit comments

Comments
 (0)