Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Initial preparation for automated release #5

Merged
merged 2 commits into from
Jan 3, 2024
Merged

Conversation

NullVoxPopuli
Copy link
Contributor

Also includes a patch I need to send to @ef4

Copy link

stackblitz bot commented Jan 3, 2024

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
4 checks passed
@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.

1 participant