File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -66,3 +66,13 @@ It contains two main modes:
66
66
` decodeme ` holds the decoding definitions of the profiling event data from ` measureme ` .
67
67
68
68
[ Learn more] ( ./decodeme/README.md )
69
+
70
+ ## How to make a release
71
+
72
+ 1 ) Bump version of ` measureme ` , ` decodeme ` and ` analyzeme ` crates in the root ` Cargo.toml ` file
73
+ - Update both ` workspace.version ` and ` workspace.dependencies.[analyzeme/decodeme/measureme].version `
74
+ 2 ) Update changelog with latest changes
75
+ - You can use ` https://github.com/rust-lang/measureme/compare/<last-released-tag>...master ` to see what has changed since the last released tag
76
+ 3 ) Merge a PR with the changes above (e.g. https://github.com/rust-lang/measureme/pull/240 )
77
+ 4 ) Create a git tag based on the merged PR, and push it
78
+ 5 ) Create a GitHub release manually based on that tag, CI will then take care of publishing the crates
You can’t perform that action at this time.
0 commit comments