Skip to content

Commit

Permalink
release test
Browse files Browse the repository at this point in the history
  • Loading branch information
lan496 committed Apr 15, 2024
1 parent 353774c commit 4af9172
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 7 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -357,3 +357,5 @@ target/
*.json
!**/assets/*.json
.env

docs/note/
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 7 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ resolver = "2"
authors = ["Kohei Shinohara <[email protected]>"]
description = "Library for Crystal Symmetry in Rust"
edition = "2021"
version = "0.1.1"
version = "0.1.2"
license = "MIT OR Apache-2.0"
repository = "https://github.com/spglib/moyo"

Expand All @@ -20,3 +20,9 @@ nalgebra = { version = "0.32.3", features = ["serde-serialize"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
approx = "0.5.1"

[workspace.metadata.release]
allow-branch = ["main"]
shared-version = true
tag-prefix = ""
tag = false
3 changes: 3 additions & 0 deletions moyo/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ license.workspace = true
repository.workspace = true
version.workspace = true

[package.metadata.release]
tag = true

[lib]
name = "moyo"

Expand Down
3 changes: 3 additions & 0 deletions moyopy/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ license.workspace = true
repository.workspace = true
version.workspace = true

[package.metadata.release]
release = false

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[lib]
name = "moyopy"
Expand Down
4 changes: 0 additions & 4 deletions release.toml

This file was deleted.

0 comments on commit 4af9172

Please sign in to comment.