mcneilco / acas

http://mcneilco.com/acas.html
GNU General Public License v3.0
12 stars 5 forks source link

ACAS-716: Change tag grep to look for release tag format #1119

Closed bffrost closed 1 year ago

bffrost commented 1 year ago

Description

Updated the grep used to identify latest dev tag to be more selective and only look for ####.#.#-dev## formatted tags.

Related Issue

How Has This Been Tested?

Ran grep locally and on linux machine to confirm it gives the right result. Have not tested in GitHub actions as it requires this being merged.

brianbolt commented 1 year ago

I am curious about if we understand why it happened i.e why did ACAS-473-dev3 even got created?

Yeah, not obvious to me either. I suppose we can check deeper if we see this again.

brianbolt commented 1 year ago

@bffrost I'm going to merge this and follow this through the build process to make sure things downstream get updated properly.