Skip to content

Commit 49f706a

Browse files
authored
Cleanup release process. (#1533)
1 parent 57087ed commit 49f706a

File tree

2 files changed

+1
-93
lines changed

2 files changed

+1
-93
lines changed

.github/workflows/release-from-tag.yml

Lines changed: 1 addition & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -46,25 +46,7 @@ jobs:
4646
env:
4747
MAVEN_USERNAME: ${{ secrets.OSSRH_USERNAME }}
4848
MAVEN_PASSWORD: ${{ secrets.OSSRH_TOKEN }}
49-
50-
- name: Update Release Notes
51-
id: changelog
52-
uses: metcalfc/changelog-generator@v4.6.2
53-
with:
54-
mytoken: "${{ secrets.GITHUB_TOKEN }}"
55-
56-
- name: Update GitHub Release with Changelog
57-
uses: octokit/request-action@v2.x
58-
with:
59-
route: PATCH /repos/{repo}/releases/{release_id}
60-
repo: ${{ github.repository }}
61-
release_id: ${{ github.event.release.id }}
62-
body: |
63-
### Things that changed in this release
64-
${{ steps.changelog.outputs.changelog }}
65-
env:
66-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
67-
49+
6850
call_pom_update:
6951
needs: publish
7052
uses: ./.github/workflows/pom_update.yml

.github/workflows/release.yml

Lines changed: 0 additions & 74 deletions
This file was deleted.

0 commit comments

Comments
 (0)