Skip to content

Commit

Permalink
chore: update lock
Browse files Browse the repository at this point in the history
  • Loading branch information
yjl9903 committed Oct 6, 2023
1 parent b5fdb35 commit f690ee1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion release.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export default async function(version: string) {
writeTextFile('Cargo.toml', toml.replace(/version = "\d+\.\d+\.\d+"/, `version = "${version}"`));
writeTextFile('README.md', readTextFile('README.md').replace(/catj \d+\.\d+\.\d+/, `catj ${version}`));

await $`git add Cargo.toml README.md`;
await $`git add .`;
await $`git commit -m "chore: release v${version}"`;
await $`git tag -a v${version} -m "chore: release v${version}"`;
await $`git push --tags origin main`;
Expand Down

0 comments on commit f690ee1

Please sign in to comment.