You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by GitBox <gi...@apache.org> on 2021/07/01 00:12:22 UTC

[GitHub] [camel-quarkus] aubelsb2 opened a new issue #2864: When releasing please promote tags to releases in github

aubelsb2 opened a new issue #2864:
URL: https://github.com/apache/camel-quarkus/issues/2864


   I am only subscribed to github release notifications:
   ![image](https://user-images.githubusercontent.com/20219956/124045962-323e8c00-da54-11eb-975c-b86b15a116cf.png)
   
   However it seems that simply tagging the release isn't enough to trigger a release:
   ![image](https://user-images.githubusercontent.com/20219956/124045990-44b8c580-da54-11eb-8cea-9f798de45793.png)
   
   If you edit a tag and go: "publish release" it will publish:
   ![image](https://user-images.githubusercontent.com/20219956/124046069-70d44680-da54-11eb-9863-707e947e22ea.png)
   
   However you should be able to do this from a github action too. A quick google suggests that this might work:
   ```
   name: Main
   
   on:
     push:
       tags:
         - 'v*.*.*'
   
   jobs:
     build:
       runs-on: ubuntu-latest
       steps:
         - name: Checkout
           uses: actions/checkout@v2
         - name: Release
           uses: softprops/action-gh-release@v1
           env:
             GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
   ```


-- 
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: commits-unsubscribe@camel.apache.org

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



[GitHub] [camel-quarkus] ppalaga commented on issue #2864: When releasing please promote tags to releases in github

Posted by GitBox <gi...@apache.org>.
ppalaga commented on issue #2864:
URL: https://github.com/apache/camel-quarkus/issues/2864#issuecomment-877067109


   I would not mind doing this manually, let's just add the step to our release guide https://camel.apache.org/camel-quarkus/latest/contributor-guide/release-guide.html


-- 
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: commits-unsubscribe@camel.apache.org

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



[GitHub] [camel-quarkus] jamesnetherton commented on issue #2864: When releasing please promote tags to releases in github

Posted by GitBox <gi...@apache.org>.
jamesnetherton commented on issue #2864:
URL: https://github.com/apache/camel-quarkus/issues/2864#issuecomment-871947195


   We can definitely look to do this in future, but maybe not in an automated way.
   
   When the tag is pushed, the release is staged for 72 hours where it goes under vote in accordance with Apache's release policy. So technically it's not available until the vote passes and the artifacts are present in Maven central.


-- 
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: commits-unsubscribe@camel.apache.org

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



[GitHub] [camel-quarkus] ppalaga closed issue #2864: Promote tags to GitHub releases

Posted by GitBox <gi...@apache.org>.
ppalaga closed issue #2864:
URL: https://github.com/apache/camel-quarkus/issues/2864


   


-- 
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: commits-unsubscribe@camel.apache.org

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



[GitHub] [camel-quarkus] aubelsb2 commented on issue #2864: When releasing please promote tags to releases in github

Posted by GitBox <gi...@apache.org>.
aubelsb2 commented on issue #2864:
URL: https://github.com/apache/camel-quarkus/issues/2864#issuecomment-875258069


   Thanks. This will help a lot with supporting our app.


-- 
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: commits-unsubscribe@camel.apache.org

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