Skip to content
This repository was archived by the owner on May 9, 2022. It is now read-only.

Commit 2068f4c

Browse files
committed
Commit Cargo.lock in release
1 parent 80a478e commit 2068f4c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

RELEASING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
```
55
export VERSION=x.y.z
66
sed -i "s/version = .*/version = \"$VERSION\"/" Cargo.toml
7-
git add Cargo.toml
7+
git add Cargo.*
88
git commit -m "Bump version to $VERSION"
99
git push origin main
1010
```

0 commit comments

Comments
 (0)