ansys / pymapdl

Pythonic interface to MAPDL
https://mapdl.docs.pyansys.com
MIT License
419 stars 116 forks source link

Filtering tags that trigger releases #3185

Closed germa89 closed 1 week ago

germa89 commented 1 week ago

Our CICD executes under any tag:

Since we use semantic versioning, we might want to have tags for testing or something... I think we should trigger CICD only with v* tags.

germa89 commented 1 week ago

Asking feedback to @ansys/pyansys-core , is this a good idea? it used to be like this in the past... I remember...

RobPasMue commented 1 week ago

Interesting - are you creating any tags that are not v* style? My point is, I don't think you need to worry that much - all our tags are typically with v* style.

RobPasMue commented 1 week ago

However, if you want to be safe - sure go ahead =)

germa89 commented 1 week ago

It is basically because I want to fix the labels for the autogenerated release notes in a tag "TEST" that wont trigger the CICD, but it will allow me to generate the release notes and copy paste them to the right tag.