Merge pull request #500 from mikepenz/feature/release_upgrade
Upgrade release procedure
This commit is contained in:
@@ -101,18 +101,16 @@ jobs:
|
|||||||
|
|
||||||
- name: "Build Changelog"
|
- name: "Build Changelog"
|
||||||
id: github_release
|
id: github_release
|
||||||
uses: mikepenz/release-changelog-builder-action@main
|
uses: mikepenz/release-changelog-builder-action@v2
|
||||||
with:
|
with:
|
||||||
configuration: "configs/configuration_repo.json"
|
configuration: ".github/config/configuration.json"
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
||||||
- name: Create Release
|
- name: Create Release
|
||||||
uses: actions/create-release@v1
|
uses: softprops/action-gh-release@6034af24fba4e5a8e975aaa6056554efe4c794d0
|
||||||
with:
|
with:
|
||||||
tag_name: ${{ github.ref }}
|
body: ${{steps.github_release.outputs.changelog}}
|
||||||
release_name: ${{ github.ref }}
|
|
||||||
body: ${{ steps.github_release.outputs.changelog }}
|
|
||||||
prerelease: ${{ contains(github.ref, '-rc') || contains(github.ref, '-b') || contains(github.ref, '-a') }}
|
prerelease: ${{ contains(github.ref, '-rc') || contains(github.ref, '-b') || contains(github.ref, '-a') }}
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|||||||
Reference in New Issue
Block a user