I am currently developing a small lightweight solution for software tracking.
Currently I’m comparing our version of gitlab to the CHANGELOG file. However, when I look for the newest version it obviously returns 17.0.1 rightfully. We are using the Enterprise Edition (EE) and the newest release for that is 16.11.2. I’m trying to automate the solution and therefore I was wondering if there is a similar file to the CHANGELOG-EE, I’ve tried searching for it, but to no avail.
Should I maybe explore a different solution to using regex on a changelog file? Any suggestions are appreciated. Thanks!