kazutoiris opened a new pull request, #5262:
URL: https://github.com/apache/linkis/pull/5262

   ### What is the purpose of the change
   
   This pull request introduces a new workflow for automated release 
publishing. These changes will streamline release process and enhance the 
security and consistency of deployed artifacts.
   
   ### Related issues/PRs
   
   None.
   
   ### Brief change log
   
   - Added a new publish release workflow to automate the creation and 
deployment of releases.
   
        <details>
        <summary>Details</summary>
        
        Pushing tags in the format `1.x.y` will automatically generate a 
release with the title *Apache Linkis Release-1.x.y* in draft status.
        The generated release will include the following attachments:
        - apache-linkis-1.x.y-web-bin.tar.gz
        - apache-linkis-1.x.y-web-bin.tar.gz.asc
        - apache-linkis-1.x.y-web-bin.tar.gz.sha512
        - apache-linkis-1.x.y-bin.tar.gz
        - apache-linkis-1.x.y-bin.tar.gz.asc
        - apache-linkis-1.x.y-bin.tar.gz.sha512
        - apache-linkis-1.x.y-src.tar.gz
        - apache-linkis-1.x.y-src.tar.gz.asc
        - apache-linkis-1.x.y-src.tar.gz.sha512
        
        </details>
   
   - Upgraded `maven-gpg-plugin` version and configured pinentry mode for 
better handling of GPG signing in CI environments.
   
        <details>
        <summary>Requirements for GitHub Action secrets configuration</summary>
        
        - MAVEN_GPG_PRIVATE_KEY: GPG private key in ASCII format
        - MAVEN_GPG_PASSPHRASE: Passphrase for the GPG key (if applicable)
        - OSS_SONATYPE_USERNAME: Username for Maven Central repository
        - OSS_SONATYPE_PASSWORD: Password for Maven Central repository
        
        </details>
   
   ### Checklist
   
   - [x] I have read the [Contributing Guidelines on pull 
requests](https://github.com/facebook/docusaurus/blob/main/CONTRIBUTING.md#pull-requests).
   - [X] I have explained the need for this PR and the problem it solves
   - [X] I have explained the changes or the new features added to this PR
   - [ ] I have added tests corresponding to this change
   - [ ] I have updated the documentation to reflect this change
   - [X] I have verified that this change is backward compatible (If not, 
please discuss on the [Linkis mailing 
list](https://linkis.apache.org/community/how-to-subscribe) first)
   - [ ] **If this is a code change**: I have written unit tests to fully 
verify the new behavior.
   
   
   
   <!--
   
   Note
   
   1. Mark the PR title as `[WIP] title` until it's ready to be reviewed.
      如果PR还未准备好被review,请在标题上添加[WIP]标识(WIP work in progress)
   
   2. Always add/update tests for any changes unless you have a good reason.
      除非您有充分的理由,否则任何修改都需要添加/更新测试
      
   3. Always update the documentation to reflect the changes made in the PR.
      始终更新文档以反映 PR 中所做的更改  
      
   4. After the PR is submitted, please pay attention to the execution result 
of git action check. 
      If there is any failure, please adjust it in time
      PR提交后,请关注git action check 执行结果,关键的check失败时,请及时修正
      
   5. Before the pr is merged, if the commit is missing, you can continue to 
commit the code
       在未合并前,如果提交有遗漏,您可以继续提交代码 
   
   6. After you submit PR, you can add assistant WeChat, the WeChat QR code is 
      
https://user-images.githubusercontent.com/7869972/176336986-d6b9be8f-d1d3-45f1-aa45-8e6adf5dd244.png
 
      您提交pr后,可以添加助手微信,微信二维码为
      
https://user-images.githubusercontent.com/7869972/176336986-d6b9be8f-d1d3-45f1-aa45-8e6adf5dd244.png
   
   -->
   


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to