Skip to content

Commit

Permalink
update release rule for change crate version position
Browse files Browse the repository at this point in the history
  • Loading branch information
sksat committed Aug 1, 2023
1 parent f238a35 commit aaba31e
Showing 1 changed file with 1 addition and 1 deletion.
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 aaba31e

Please sign in to comment.