ift-gftc / opentraceability

A repository for storing code for the open source traceability libraries developed by IFT.
MIT License
4 stars 2 forks source link

Implement automatic version number increments by setting the "minor" part of the version number equal to the build number in the git hub actions. #31

Closed DuckScapePhilip closed 7 months ago

DuckScapePhilip commented 7 months ago

Right now, we need to manually increment the version in the projects from "1.12.3" to "1.12.4", etc. I want the ".3" and ".4" to come from the build number inside the actions so we don't need to worry about this except when we change from a "1.12" to "1.13" or "1.12" to "2.0", etc.

DuckScapePhilip commented 7 months ago

This has been completed.