Closed kevin70 closed 3 years ago
Can you please use english commit messages as english is the predominant language here?
Great thanks for you contribution. I have translated the PR title and content into English. Later I will translate commit messages into English and submit a new PR. Of course, the commit author (i.g. @kevin70 ) will be kept as it is.
Chinese version:
感謝您的代碼貢獻。我已將標題和内容翻譯爲英語。之後我會將Commit信息一并翻譯為英語並提交一個新的PR。當然,Commit的作者信息(也就是您)將會原封不動的保留。
Please refer to #205.
Translated in English:
Continuous deployment to Maven Central using GitHub Actions.
deploy-snapshot.yml
will deploy themain
branch code as SNAPSHOT version to the Sonatype Snapshots repositorydeploy-release.yml
will deploy tags starting withv*
as RELEASE version to the Sonatype repositoryAfter merge this PR, project owner need to add OSSRH username, password, GPG Key, etc. in
Settings> Secrets
.SIGNING_SECRET_KEY_RING_FILE
GPG Private Key for jar signature during Maven deployment, and the file should be encoded by Base64.GPG_PASSPHRASE
GPG Private Key passphrase (if it exists)OSSRH_USERNAME
the username for sign in OSSRHOSSRH_PASSWORD
the password of the user for sign in OSSRHOriginal version (Chinese):