Skip to content

Commit

Permalink
Merge pull request #34 from arkedge/feature/cargo-workspace
Browse files Browse the repository at this point in the history
Make c2a-core repository as cargo workspace
  • Loading branch information
sksat authored Aug 1, 2023
2 parents 9c3a79e + aaba31e commit ce3eb88
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
11 changes: 10 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
[workspace.package]
version = "3.10.0"

[workspace]
resolver = "2"

members = [
]

[package]
name = "c2a-core"
version = "3.10.0"
version.workspace = true
edition = "2021"

links = "c2a-core"
Expand Down
2 changes: 1 addition & 1 deletion docs/general/release.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

1. バージョン番号をインクリメントする PR (Pull Request) を発行し,`develop` ブランチへマージする.
- [c2a_core_main.h](https://github.com/arkedge/c2a-core/blob/develop/c2a_core_main.h) 内の `C2A_CORE_VER_*` をインクリメントする.
- [Cargo.toml](https://github.com/arkedge/c2a-core/blob/develop/Cargo.toml) 内の `package.version` をインクリメントする.
- [Cargo.toml](https://github.com/arkedge/c2a-core/blob/develop/Cargo.toml) 内の `workspace.package.version` をインクリメントする.
- この後リリースを控えるので,念の為すべてのテストを再度回す.
- `#define C2A_CORE_VER_PRE``("")` とする.
- PR 名は `Update version (v3.4.0)` のようにする.
Expand Down

0 comments on commit ce3eb88

Please sign in to comment.