Skip to content

Commit 5f0152d

Browse files
committed
chore: add author and release metadata
1 parent ed5023e commit 5f0152d

File tree

3 files changed

+7
-0
lines changed

3 files changed

+7
-0
lines changed

Cargo.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ members = ["postgresql_archive", "postgresql_embedded"]
44
resolver = "2"
55

66
[workspace.package]
7+
authors = ["Brian Heineman <brian.heineman@gmail.com>"]
78
categories = ["database"]
89
edition = "2021"
910
keywords = ["postgresql", "ffi", "database"]
@@ -47,6 +48,10 @@ targets = ["aarch64-apple-darwin", "aarch64-unknown-linux-gnu", "aarch64-unknown
4748
# Publish jobs to run in CI
4849
pr-run-mode = "plan"
4950

51+
[workspace.metadata.release]
52+
shared-version = true
53+
tag-name = "v{{version}}"
54+
5055
# The profile that 'cargo dist' will build with
5156
[profile.dist]
5257
inherits = "release"

postgresql_archive/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
[package]
2+
authors.workspace = true
23
categories.workspace = true
34
edition.workspace = true
45
keywords.workspace = true

postgresql_embedded/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
[package]
2+
authors.workspace = true
23
build = "build/build.rs"
34
categories.workspace = true
45
edition.workspace = true

0 commit comments

Comments
 (0)