dsi-clinic / cocoa

Clinic Opinionated Codebase Oversight and Analysis
1 stars 0 forks source link

test yml #54

Closed chenhuifei01 closed 2 months ago

NickRoss commented 2 months ago

What needs to be done here? It looks like we need to add a cfg file? Is this required before merging in?

    # haven't settip the cfg yet
    run: bump2version minor --config-file .bumpversion.cfg
chenhuifei01 commented 2 months ago

Thank you for bringing this up. I took some time to understand and updated the yml file according to our requirements, but I’m still considering whether to use bump2version for minor version updates, as it seems to be the simplest method. If this approach is appropriate, I’ll proceed with creating the necessary cfg file. Also, I’m not entirely sure about the best way to test the yml file. Could you provide some guidance on this?