Skip to content

Conversation

@NullVoxPopuli
Copy link
Contributor

Also includes a patch I need to send to @ef4

@bolt-new-by-stackblitz
Copy link

Review PR in StackBlitz Codeflow Run & review this pull request in StackBlitz Codeflow.

@@ -0,0 +1,132 @@
diff --git a/lib/git.js b/lib/git.js
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

darn autoformatting

exports.listTagNames = listTagNames;
function lastTag() {
- return execa.sync("git", ["describe", "--abbrev=0", "--tags"]).stdout;
+ let ref = execa.sync("git", ["rev-list", "--tags", "--max-count=1"]).stdout;
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this change here is the actual fix.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@NullVoxPopuli NullVoxPopuli merged commit 4990628 into main Jan 3, 2024
@NullVoxPopuli NullVoxPopuli deleted the prepare-release branch January 3, 2024 18:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants