mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
CICD: Add a File Containing the Release Title to CICD Releases.
Add a file containing the release title (derived from the pull request title / commit message) to CICD releases - this is so that it will be able to pick this up by the process updating the release pages on our webserver, and show a list of the last few changes for each release. Signed-off-by: Michael Keller <mikeller@042.ch>
This commit is contained in:
parent
94a7ba9097
commit
9cdb9f7989
3 changed files with 20 additions and 15 deletions
4
.github/workflows/post-releasenotes.yml
vendored
4
.github/workflows/post-releasenotes.yml
vendored
|
|
@ -25,7 +25,7 @@ jobs:
|
|||
version=$(cat release-version)
|
||||
echo "version=$version" >> $GITHUB_OUTPUT
|
||||
|
||||
# ironically, we have to upload a file, otherwise this won't create a release with just the release notes
|
||||
# add a file containing the release title so it can be picked up and listed on the release page on our web server
|
||||
- name: publish release
|
||||
if: github.event_name == 'push'
|
||||
uses: softprops/action-gh-release@v1
|
||||
|
|
@ -34,5 +34,5 @@ jobs:
|
|||
repository: ${{ github.repository_owner }}/nightly-builds
|
||||
token: ${{ secrets.NIGHTLY_BUILDS }}
|
||||
prerelease: false
|
||||
files: gh_release_notes.md
|
||||
files: release_content_title.txt
|
||||
body_path: gh_release_notes.md
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue