Now that release:perform worked…

Assuming the RC vote passes and the nexus staging repository is “closed”...

It looks like the maven-release-plugin doesn’t provide any merging of the 
release to appropriate locations.
What were the exact cmds you used to merge the release to master, to create:

        commit 1832130    Merge tag ‘edgent-1.2.0’

        git checkout master
        git pull  # ensure master is up to date
        git merge edgent-1.2.0 -m “Merge tag 'edgent-1.2.0’”       # did you 
use —ff-only? should we / not?

— Dale

Reply via email to