reckart opened a new issue, #224:
URL: https://github.com/apache/uima-uimafit/issues/224

   **Preparations**
   
   - [ ] Create release issue and release preparation branch
   - [ ] Update `README.md` file
   - [ ] Update `RELEASE_NOTES.md` file
   - [ ] Check the `LICENSE` and `NOTICE` files for the binary release
   - [ ] Make sure to remove all `SNAPSHOT` repositories and `SNAPSHOT` 
dependencies
   - [ ] Update API reference version in POM
   
   **Building**
   
   - [ ] Clean local `m2` repository
   - [ ] Commit all changes and check out in a new clean build location
   - [ ] Run a trial build locally with `-Papache-release`
   - [ ] Check the issues report in `issuesFixed` if it looks ok
   - [ ] Do the release build (`mvn -DautoVersionSubmodules=true 
release:prepare release:perform`)
   
   **Staging**
   
   - [ ] Close the staging repository at https://repository.apache.org/
   
   **Voting**
   
   - [ ] Call for a vote on the developer mailing list
   - [ ] Close vote and post vote results to the developer mailing list (wait 
at least for 72 hours, at least 3 +1 votes required for release, sign mail 
using same GPG key that was used to sign release)
   
   **Publishing**
   Copy the release artifacts from the staging spot to the dist spot in SVN
   
   - [ ] Copy existing Eclipse update site to the archive spot
      `svn copy -m "create eclipse plugin archive for uimaj-3.3.1" 
https://dist.apache.org/repos/dist/release/uima/eclipse-update-site-v3/uimaj 
https://dist.apache.org/repos/dist/release/uima/archive-eclipse-update-site/uimaj-3.3.1`
   - [ ] Delete existing Eclipse update site
      `svn rm -m "Removing previous UIMAJ update site to make space for new 
one" 
https://dist.apache.org/repos/dist/release/uima/eclipse-update-site-v3/uimaj`
   - [ ] Move the new update site from staging spot to release spot
      `svn mv -m "Installing UIMAJ 3.4.0 update site from accepted RC2" 
https://dist.apache.org/repos/dist/dev/uima/uimaj-3.4.0-RC-202301261003-3ce0551/eclipse-update-site/
 https://dist.apache.org/repos/dist/release/uima/eclipse-update-site-v3/uimaj`
   - [ ] Release staging repository at https://repository.apache.org/
   - [ ] Create a new git tag e.g. `rel/uimaj-3.2.0` and remove the one not 
prefixed with `rel`
   - [ ] Merge the release preparation pull request
   - [ ] Update website
   - [ ] Close the release in the issue tracker
   - [ ] Post release announcement to annou...@apache.org (Cc: 
dev@uima.apache.org, u...@uima.apache.org — once release has arrived at 
https://repo1.maven.org/maven2/org/apache/uima/uimaj-core/ — sign mail using 
same GPG key that was used to sign release)


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@uima.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to