Skip to content
This repository has been archived by the owner on Sep 6, 2024. It is now read-only.

Latest commit

 

History

History
20 lines (17 loc) · 1.08 KB

README.md

File metadata and controls

20 lines (17 loc) · 1.08 KB

Release HowTo

  1. Merge your changes into the master branch
  2. Execute mvn release:prepare
    • prompts you for a tag, choose a SemVer conform tag that reflects the changes you made
      • take care of second prompt for SCM. by default it will prepend sqs-utils-. you have to set set this manually
      What is SCM release tag or label for "sqs-utils"? (com.mercateo.sqs:sqs-utils) sqs-utils-0.7.1: : 0.7.1
      
    • creates a new commit with the new tag
    • tags the new commit
    • creates another commit, which updates version to the next snapshot
    • commits everything to the Github repo
  3. Wait for the Github action to deploy the artifact and for it to be available in Maven Central

deploy SNAPSHOT