acs-aem-commons icon indicating copy to clipboard operation
acs-aem-commons copied to clipboard

initial version for release action

Open kwin opened this issue 3 years ago • 2 comments

This requires the following organisation or repository secrets:

  1. GPG_PRIVATE_KEY, the private key for signing the release
  2. GPG_PASSPHRASE, the passphrase for using the private key
  3. OSSRH_TOKEN_USER, the user name of a user for OSSRH for deploying to Maven Central, https://central.sonatype.org/publish/publish-guide/
  4. OSSRH_TOKEN_PASSWORD, the token of a user for OSSRH for deploying to Maven Central, should be created via https://oss.sonatype.org/#profile;User%20Token. Used instead of password to decouple from the named user's credentials.

@davidjgonzalez Can you set those up?

kwin avatar Aug 26 '21 20:08 kwin

Codecov Report

Merging #2683 (53d1983) into master (bfe1c01) will not change coverage. The diff coverage is n/a.

@@            Coverage Diff            @@
##             master    #2683   +/-   ##
=========================================
  Coverage     53.85%   53.85%           
  Complexity     5568     5568           
=========================================
  Files           753      753           
  Lines         30593    30593           
  Branches       3961     3961           
=========================================
  Hits          16477    16477           
  Misses        12575    12575           
  Partials       1541     1541           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update bfe1c01...53d1983. Read the comment docs.

codecov[bot] avatar Jan 21 '22 15:01 codecov[bot]

@davidjgonzalez Please set up OSSRH credentials as repo/orga secrets otherwise no one apart from you will ever be able to create releases.

kwin avatar Mar 07 '24 07:03 kwin