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/22 04:50:30 UTC

[camel-k] branch main updated: GH Changelog Action: Point to main branch 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-k.git


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

commit f1a3ceb760838447afbe317f03f3c4cf62625956
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Apr 22 06:50:00 2021 +0200

    GH Changelog Action: Point to main branch 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 21d125a..ee91376 100644
--- a/.github/workflows/automatic-changelog-update.yml
+++ b/.github/workflows/automatic-changelog-update.yml
@@ -39,6 +39,7 @@ jobs:
         uses: ./.github/actions/changelog
         with:
           token: ${{ secrets.GITHUB_TOKEN }}
+          release_branch: "main"
 
       - name: Commit files
         env: