Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 583 Bytes

CONTRIBUTING.md

File metadata and controls

11 lines (9 loc) · 583 Bytes

How to report issues

Use the OW2 JIRA: https://jira.ow2.org/browse/AUTHZFORCE/component/12021

How to make a release (for committers only)

  1. From the develop branch, run: $ mvn jgitflow:release-start
  2. Update the CHANGELOG according to keepachangelog.com.
  3. When done, run: $ mvn jgitflow:release-finish
  4. Connect and log in to the OSS Nexus Repository Manager: https://oss.sonatype.org/
  5. Go to Staging Profiles and select the pending repository authzforce-*... you just uploaded with jgitflow:release-finish
  6. Click the Release button to release to Maven Central.