Skip to content

Commit

Permalink
Fix post release branch and docs updates (#77)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mpdreamz authored Mar 28, 2024
1 parent a3457e1 commit 885bd09
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ jobs:
permissions:
contents: write
id-token: write
outputs:
agent-version: ${{ steps.bootstrap.outputs.agent-version }}
major-version: ${{ steps.bootstrap.outputs.major-version }}
steps:
- uses: actions/checkout@v4
- name: Bootstrap Action Workspace
Expand Down Expand Up @@ -105,7 +108,7 @@ jobs:
fi
git checkout $TARGET_BRANCH
git checkout -b ${NEW_BRANCH}
git format-patch -k --stdout ${TARGET_BRANCH}...origin/main -- docs CHANGELOG.asciidoc | git am -3 -k
git format-patch -k --stdout ${TARGET_BRANCH}...origin/main -- docs | git am -3 -k
git push origin ${NEW_BRANCH}
gh pr create \
--title "post-release: ${GIT_TAG}" \
Expand Down

0 comments on commit 885bd09

Please sign in to comment.