fix(xtask): add emscription version in commit msg
This commit is contained in:
parent
47a2f042d5
commit
c132f1928f
1 changed files with 1 additions and 1 deletions
|
|
@ -32,7 +32,7 @@ pub fn run() -> Result<()> {
|
|||
let repo = Repository::open(".")?;
|
||||
create_commit(
|
||||
&repo,
|
||||
"build(deps): bump emscripten version",
|
||||
&format!("build(deps): bump emscripten to {version}"),
|
||||
&["cli/loader/emscripten-version"],
|
||||
)?;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue