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

add git tags for all releases in Changes file #26

Open
pabs3 opened this issue Oct 10, 2023 · 0 comments
Open

add git tags for all releases in Changes file #26

pabs3 opened this issue Oct 10, 2023 · 0 comments

Comments

@pabs3
Copy link

pabs3 commented Oct 10, 2023

The git tags are missing a lot of releases that are mentioned in the Changes file. It would be good to have git tags for at least the releases since version 1.43.

$ diff -u <(grep -oE '^[0-9._]+' Changes  | sort -u) <(git tag | sort -u | sed s/DBD-ODBC-//)  | sed -nE 's/^-([0-9])/\1/p'
0.17
0.18
0.19
0.20
0.21
0.22
0.24
0.25
0.26
0.27
0.29
0.30
0.31
0.32
0.33_1
0.33_2
0.33_3
0.34
0.35
0.36
0.37
0.38
0.40
0.41
0.42
0.43
0.45_10
0.45_11
0.45_12
0.45_13
0.45_14
0.45_15
0.45_16
0.45_17
0.45_18
0.45_2
0.45_3
0.45_4
0.45_5
0.45_6
0.45_7
0.45_8
0.45_9
1.09
1.15_2
1.17_1
1.17_3
1.18_1
1.18_2
1.18_4
1.21
1.21_1
1.22_1
1.22_3
1.23
1.23_1
1.23_2
1.23_3
1.23_4
1.23_5
1.24_1
1.24_2
1.24_3
1.24_4
1.24_5
1.24_6
1.25
1.26_3
1.28_5
1.30_2
1.30_3
1.30_4
1.30_5
1.30_6
1.30_7
1.32_1
1.32_2
1.32_3
1.32_4
1.32_5
1.33
1.34_1
1.34_2
1.34_3
1.34_4
1.34_5
1.34_6
1.34_7
1.35
1.36_1
1.38_2
1.40_2
1.40_3
1.42_0
1.42_1
1.42_2
1.42_3
1.42_4
1.42_5
1.44_1
1.44_2
1.44_3
1.44_4
1.45
1.46_1
1.46_2
1.47
1.48
1.49_1
1.49_2
1.49_3
1.49_4
1.50
1.51_1
1.51_2
1.51_3
1.51_4
1.52
1.53_1
1.53_2
1.56
1.57
1.58
1.59
1.60
1.61
1.62_1
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

No branches or pull requests

1 participant