You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2021/04/13 06:19:40 UTC

[camel-quarkus] branch main updated: Changelog Action: Point to main as release branch

This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git


The following commit(s) were added to refs/heads/main by this push:
     new e8bc246  Changelog Action: Point to main as release branch
e8bc246 is described below

commit e8bc2464d3aa2b3f8bdeac9af98ae3ed21629590
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Apr 13 08:19:29 2021 +0200

    Changelog Action: Point to main as release branch
---
 .github/workflows/automatic-changelog-update.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/automatic-changelog-update.yml b/.github/workflows/automatic-changelog-update.yml
index 887fc6e..dea7578 100644
--- a/.github/workflows/automatic-changelog-update.yml
+++ b/.github/workflows/automatic-changelog-update.yml
@@ -40,6 +40,7 @@ jobs:
         with:
           token: ${{ secrets.GITHUB_TOKEN }}
           exclude_labels: "duplicate,question,invalid,wontfix,build/camel-master,build/camel-main,build/quarkus-master,build/quarkus-main"
+          release_branch: "main"
 
       - name: Commit files
         env: