Skip to content

Conversation

@vmasek
Copy link
Contributor

@vmasek vmasek commented Mar 4, 2025

Release script migrated to node using simple-git and tested for latest release

@vmasek vmasek requested a review from matejchalk as a code owner March 4, 2025 13:53
@github-actions
Copy link

github-actions bot commented Mar 4, 2025

Code PushUp

😐 Code PushUp report is unchanged – compared current commit cc0289e with previous commit 7daeb44.

🕵️ See full comparison in Code PushUp portal 🔍

🏷️ Categories

🏷️ Category ⭐ Score
Bug prevention 🟢 100
Code style 🟢 100
Code coverage 🟡 62
Security 🔴 29
Updates 🟢 98


try {
// Get the latest release tag
let latestTag = (await git.tags()).latest
Copy link
Contributor

@matejchalk matejchalk Mar 4, 2025

Choose a reason for hiding this comment

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

This is a little different than the original bash command - git describe --tags --match='v*.*.*' "$(git rev-list --tags --max-count=1)". I guess non-version tags might cause issues. But it's probably an edge case, and the latest tag is only informative anyway, so not a blocker.

@vmasek vmasek merged commit 4e52163 into main Mar 4, 2025
21 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants