Skip to content

Commit f66fb1e

Browse files
committed
release codebook-lsp 0.1.7
1 parent 10973ae commit f66fb1e

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
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.

codebook-lsp/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "codebook-lsp"
3-
version = "0.1.6"
3+
version = "0.1.7"
44
edition = "2021"
55

66
[dependencies]

scripts/release_lsp.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,8 @@ await new Promise((resolve) => setTimeout(resolve, 500));
4545
await $`cargo update --workspace`; // update the lock file
4646
await $`git add ."`;
4747
await $`git commit -m "release codebook-lsp ${newVersion}"`;
48-
await $`git push origin`;
4948
await $`git tag "v${newVersion}"`;
50-
await $`git push origin --tags`;
49+
await $`git push origin HEAD --tags`;
5150

5251
console.log("Released codebook-lsp", newVersion);
5352
console.log("Go to https://github.com/blopker/codebook/releases to publish.");

0 commit comments

Comments
 (0)