Improve release process
- remove towncrier logs from PR builds and move them to github releases - set build version based on current time - bump app version
This commit is contained in:
committed by
Stefan Ceriu
parent
801a3fe508
commit
e27e66f22b
8
.github/workflows/release-alpha.yml
vendored
8
.github/workflows/release-alpha.yml
vendored
@@ -81,18 +81,10 @@ jobs:
|
||||
DIAWI_API_TOKEN: ${{ secrets.DIAWI_API_TOKEN }}
|
||||
GITHUB_PR_NUMBER: ${{ github.event.number }}
|
||||
|
||||
- name: Read version_changes.md
|
||||
id: read_changes
|
||||
uses: juliangruber/read-file-action@v1
|
||||
with:
|
||||
path: ./version_changes.md
|
||||
|
||||
- name: Add release notes and Diawi info
|
||||
uses: NejcZdovc/comment-pr@v1
|
||||
with:
|
||||
message: |
|
||||
${{ steps.read_changes.outputs.content }}
|
||||
|
||||
:iphone: Scan the QR code below to install the build for this PR.
|
||||
:lock: This build is for internal testing purpose. Only devices listed in the ad-hoc provisioning profile can install Element Alpha.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user