Skip to content
This repository has been archived by the owner on Apr 11, 2022. It is now read-only.

Fix sort order in output of scm-source #95

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

a1exsh
Copy link

@a1exsh a1exsh commented Oct 2, 2020

The order based on the tag doesn't match the time-based order of the tags command output, e.g:

master-10
master-11
master-2
master-3

This change makes both commands produce output in the same order.

The order based on the tag doesn't match the time-based order of the `tags` command output, e.g:
```
master-10
master-11
master-2
master-3
```

This change makes both commands produce output in the same order.
@coveralls
Copy link

Coverage Status

Coverage remained the same at 79.831% when pulling a65ee7d on a1exsh:patch-1 into afd1ad7 on zalando-stups:master.

@hjacobs
Copy link
Contributor

hjacobs commented Oct 2, 2020

👍

1 similar comment
@a1exsh
Copy link
Author

a1exsh commented Nov 6, 2020

👍

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants