File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66 branches :
77 - main
88
9+ permissions :
10+ contents : write
11+ pull-requests : write
12+
913concurrency :
1014 group : ${{ github.workflow }}
1115 cancel-in-progress : true
5660 - name : Generate release notes
5761 if : steps.version.outputs.level == 'major' || steps.version.outputs.level == 'minor' || steps.version.outputs.level == 'patch' || steps.version.outputs.level == 'beta'
5862 id : changelog
59- env :
60- GH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
6163 run : |
6264 # This will be empty if there are no releases yet
6365 PREVIOUS_VERSION=$(gh release view --json tagName --jq .tagName 2>/dev/null || echo "")
9597 # Push the new branch.
9698 git push origin "$BRANCH_NAME"
9799 - name : Create and Merge Release PR
98- env :
99- GH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
100100 run : |
101101 PR_URL=$(gh pr create --title "Release v$(hatch version)" --fill --label 'auto-pr')
102102 if [ -n "$PR_URL" ]; then
@@ -111,4 +111,3 @@ jobs:
111111 uses : benc-uk/workflow-dispatch@v1
112112 with :
113113 workflow : " Publish and release CumulusCI_AzureDevOps"
114- token : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments