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

Fix sorting in release-latest-versions #10

Merged
merged 1 commit into from
Oct 1, 2023
Merged

Fix sorting in release-latest-versions #10

merged 1 commit into from
Oct 1, 2023

Conversation

szepeviktor
Copy link
Contributor

@szepeviktor szepeviktor commented Oct 1, 2023

Fixes #9


If you need proper version comparison for Skip versions before 1.0.0

if dpkg --compare-versions "${OLD}" lt "${NEW}"; then
fi

https://manpages.debian.org/bookworm/dpkg/dpkg.1.en.html#compare

@justlevine justlevine merged commit 348f1d5 into AxeWP:main Oct 1, 2023
5 checks passed
@szepeviktor szepeviktor deleted the patch-1 branch October 1, 2023 16:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Totally different version numbers
2 participants