Please suggest how we might use CI to tag releases (non-snapshot builds) and publish to Clojars and then bump to the next snapshot up, e.g. perform an action to bump from 1.88-SNAPSHOT to 1.88, commit and tag that with the name of the version, and then bump to 1.89-SNAPSHOT and commit that.
Check the list of got tags and their names for the naming convention.
This extends the GitHub actions CI pipeline.
Please suggest how we might use CI to tag releases (non-snapshot builds) and publish to Clojars and then bump to the next snapshot up, e.g. perform an action to bump from 1.88-SNAPSHOT to 1.88, commit and tag that with the name of the version, and then bump to 1.89-SNAPSHOT and commit that.
Check the list of got tags and their names for the naming convention.
This extends the GitHub actions CI pipeline.