Skip to content

Commit

Permalink
adding merge message
Browse files Browse the repository at this point in the history
cshannon2 committed Jan 28, 2025
1 parent 4a0b7ab commit ab806b9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/pass-complete-release.yml
Original file line number Diff line number Diff line change
@@ -59,6 +59,7 @@ jobs:
git clone https://${{ secrets.JAVA_RELEASE_PAT }}@github.com/eclipse-pass/pass-ui.git combined/pass-ui
git clone https://${{ secrets.JAVA_RELEASE_PAT }}@github.com/eclipse-pass/pass-acceptance-testing.git combined/pass-acceptance-testing
git clone https://${{ secrets.JAVA_RELEASE_PAT }}@github.com/eclipse-pass/pass-docker.git combined/pass-docker
git clone https://${{ secrets.JAVA_RELEASE_PAT }}@github.com/eclipse-pass/pass-docker.git combined/pass-documentation
- name: Setup Node & pnpm
uses: actions/setup-node@v4
@@ -298,7 +299,7 @@ jobs:
if: ${{ ! env.PASS_DOCUMENTATION_TAG_EXISTS }}
run: |
cd combined/pass-documentation
git merge development
git merge -m "Release $RELEASE Merge" development
git tag --force $RELEASE
git push --atomic origin main --force $RELEASE
gh release create "$RELEASE" --repo=eclipse-pass/pass-documentation --generate-notes

0 comments on commit ab806b9

Please # to comment.