Skip to content

Commit 35d7963

Browse files
authored
Update release.yml
Former-commit-id: f725b10
1 parent be36d21 commit 35d7963

File tree

1 file changed

+20
-20
lines changed

1 file changed

+20
-20
lines changed

.github/workflows/release.yml

+20-20
Original file line numberDiff line numberDiff line change
@@ -41,23 +41,23 @@ jobs:
4141
PUBLISH_TOKEN: ${{ secrets.JETBRAINS_PUBLISH_PLUGIN_TOKEN }}
4242
run: ./gradlew publishPlugin
4343

44-
# Create pull request
45-
- name: Create Pull Request
46-
env:
47-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
48-
run: |
49-
VERSION="${{ github.event.release.tag_name }}"
50-
BRANCH="changelog-update-$VERSION"
51-
52-
git config user.email "[email protected]"
53-
git config user.name "GitHub Action"
54-
55-
git checkout -b $BRANCH
56-
git commit -am "Changelog update - $VERSION"
57-
git push --set-upstream origin $BRANCH
58-
59-
gh pr create \
60-
--title "Changelog update - \`$VERSION\`" \
61-
--body "Current pull request contains patched \`CHANGELOG.md\` file for the \`$VERSION\` version." \
62-
--base master \
63-
--head $BRANCH
44+
# # Create pull request
45+
# - name: Create Pull Request
46+
# env:
47+
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
48+
# run: |
49+
# VERSION="${{ github.event.release.tag_name }}"
50+
# BRANCH="changelog-update-$VERSION"
51+
52+
# git config user.email "[email protected]"
53+
# git config user.name "GitHub Action"
54+
55+
# git checkout -b $BRANCH
56+
# git commit -am "Changelog update - $VERSION"
57+
# git push --set-upstream origin $BRANCH
58+
59+
# gh pr create \
60+
# --title "Changelog update - \`$VERSION\`" \
61+
# --body "Current pull request contains patched \`CHANGELOG.md\` file for the \`$VERSION\` version." \
62+
# --base master \
63+
# --head $BRANCH

0 commit comments

Comments
 (0)